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