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 LongLongPair
public long getTwo()
getTwo
in interface LongLongPair
public int compareTo(LongLongPair that)
compareTo
in interface Comparable<LongLongPair>
Copyright © 2004–2016. All rights reserved.