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