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