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 Details
-
getOne
public boolean getOne()- Specified by:
getOnein interfaceBooleanShortPair
-
getTwo
public short getTwo()- Specified by:
getTwoin interfaceBooleanShortPair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<BooleanShortPair>
-