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