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