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