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