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