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