Class IntIntPairImpl
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.IntIntPairImpl
- All Implemented Interfaces:
Serializable, Comparable<IntIntPair>, IntIntPair
This file was automatically generated from template file primitivePrimitivePairImpl.stg
- See Also:
-
Method Summary
-
Method Details
-
getOne
public int getOne()- Specified by:
getOnein interfaceIntIntPair
-
getTwo
public int getTwo()- Specified by:
getTwoin interfaceIntIntPair
-
equals
-
hashCode
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<IntIntPair>
-