Class BooleanShortPairImpl
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.primitive.BooleanShortPairImpl
-
- All Implemented Interfaces:
Serializable,Comparable<BooleanShortPair>,BooleanShortPair
public class BooleanShortPairImpl extends Object implements BooleanShortPair
This file was automatically generated from template file primitivePrimitivePairImpl.stg- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(BooleanShortPair that)booleanequals(Object o)booleangetOne()shortgetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public boolean getOne()
- Specified by:
getOnein interfaceBooleanShortPair
-
getTwo
public short getTwo()
- Specified by:
getTwoin interfaceBooleanShortPair
-
compareTo
public int compareTo(BooleanShortPair that)
- Specified by:
compareToin interfaceComparable<BooleanShortPair>
-
-