java.io.Serializable, java.lang.Comparable<IntLongPair>, IntLongPairpublic class IntLongPairImpl extends java.lang.Object implements IntLongPair
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(IntLongPair that) |
|
boolean |
equals(java.lang.Object o) |
|
int |
getOne() |
|
long |
getTwo() |
|
int |
hashCode() |
|
java.lang.String |
toString() |
public int getOne()
getOne in interface IntLongPairpublic long getTwo()
getTwo in interface IntLongPairpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(IntLongPair that)
compareTo in interface java.lang.Comparable<IntLongPair>Copyright © 2004–2020. All rights reserved.