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