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