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