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