Class ShortShortPairImpl
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.ShortShortPairImpl
- All Implemented Interfaces:
Serializable, Comparable<ShortShortPair>, ShortShortPair
This file was automatically generated from template file primitivePrimitivePairImpl.stg
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final shortprivate static final longprivate final short -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
one
private final short one -
two
private final short two
-
-
Constructor Details
-
ShortShortPairImpl
ShortShortPairImpl(short newOne, short newTwo)
-
-
Method Details
-
getOne
public short getOne()- Specified by:
getOnein interfaceShortShortPair
-
getTwo
public short getTwo()- Specified by:
getTwoin interfaceShortShortPair
-
equals
-
hashCode
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<ShortShortPair>
-