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