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