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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(IntIntPair that)booleanequals(Object o)intgetOne()intgetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public int getOne()
- Specified by:
getOnein interfaceIntIntPair
-
getTwo
public int getTwo()
- Specified by:
getTwoin interfaceIntIntPair
-
compareTo
public int compareTo(IntIntPair that)
- Specified by:
compareToin interfaceComparable<IntIntPair>
-
-