java.io.Serializable, java.lang.Comparable<LongIntPair>, LongIntPairpublic class LongIntPairImpl extends java.lang.Object implements LongIntPair
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(LongIntPair that) |
|
boolean |
equals(java.lang.Object o) |
|
long |
getOne() |
|
int |
getTwo() |
|
int |
hashCode() |
|
java.lang.String |
toString() |
public long getOne()
getOne in interface LongIntPairpublic int getTwo()
getTwo in interface LongIntPairpublic 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(LongIntPair that)
compareTo in interface java.lang.Comparable<LongIntPair>Copyright © 2004–2018. All rights reserved.