public class LongLongPairImpl extends Object implements LongLongPair
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LongLongPair that) |
boolean |
equals(Object o) |
long |
getOne() |
long |
getTwo() |
int |
hashCode() |
String |
toString() |
public long getOne()
getOne in interface LongLongPairpublic long getTwo()
getTwo in interface LongLongPairpublic int compareTo(LongLongPair that)
compareTo in interface Comparable<LongLongPair>Copyright © 2004–2022. All rights reserved.