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