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 Details
-
getOne
public long getOne()- Specified by:
getOne
in interfaceLongIntPair
-
getTwo
public int getTwo()- Specified by:
getTwo
in interfaceLongIntPair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<LongIntPair>
-