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