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