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