Class ShortBooleanPairImpl
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.primitive.ShortBooleanPairImpl
-
- All Implemented Interfaces:
Serializable,Comparable<ShortBooleanPair>,ShortBooleanPair
public class ShortBooleanPairImpl extends Object implements ShortBooleanPair
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(ShortBooleanPair that)booleanequals(Object o)shortgetOne()booleangetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public short getOne()
- Specified by:
getOnein interfaceShortBooleanPair
-
getTwo
public boolean getTwo()
- Specified by:
getTwoin interfaceShortBooleanPair
-
compareTo
public int compareTo(ShortBooleanPair that)
- Specified by:
compareToin interfaceComparable<ShortBooleanPair>
-
-