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