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