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