Class LongShortPairImpl
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.LongShortPairImpl
- All Implemented Interfaces:
Serializable,Comparable<LongShortPair>,LongShortPair
public class LongShortPairImpl extends Object implements LongShortPair
This file was automatically generated from template file primitivePrimitivePairImpl.stg
- See Also:
- Serialized Form
-
Method Details
-
getOne
public long getOne()- Specified by:
getOnein interfaceLongShortPair
-
getTwo
public short getTwo()- Specified by:
getTwoin interfaceLongShortPair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<LongShortPair>
-