Class ShortObjectPairImpl<T>
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.primitive.ShortObjectPairImpl<T>
-
- All Implemented Interfaces:
Serializable,Comparable<ShortObjectPair<T>>,ShortObjectPair<T>
public class ShortObjectPairImpl<T> extends Object implements ShortObjectPair<T>
This file was automatically generated from template file primitiveObjectPairImpl.stg- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ShortObjectPair<T> that)booleanequals(Object o)shortgetOne()TgetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public short getOne()
- Specified by:
getOnein interfaceShortObjectPair<T>
-
getTwo
public T getTwo()
- Specified by:
getTwoin interfaceShortObjectPair<T>
-
compareTo
public int compareTo(ShortObjectPair<T> that)
- Specified by:
compareToin interfaceComparable<T>
-
-