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