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:
-
Method Summary
-
Method Details
-
getOne
public short getOne()- Specified by:
getOnein interfaceShortObjectPair<T>
-
getTwo
- Specified by:
getTwoin interfaceShortObjectPair<T>
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<T>
-