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