Class LongLongPairImpl
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.LongLongPairImpl
- All Implemented Interfaces:
Serializable,Comparable<LongLongPair>,LongLongPair
This file was automatically generated from template file primitivePrimitivePairImpl.stg
- See Also:
-
Method Summary
-
Method Details
-
getOne
public long getOne()- Specified by:
getOnein interfaceLongLongPair
-
getTwo
public long getTwo()- Specified by:
getTwoin interfaceLongLongPair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<LongLongPair>
-