Class ObjectBytePairImpl<T>
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.ObjectBytePairImpl<T>
- All Implemented Interfaces:
Serializable, Comparable<ObjectBytePair<T>>, ObjectBytePair<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 byte two
-
-
Constructor Details
-
ObjectBytePairImpl
ObjectBytePairImpl(T newOne, byte newTwo)
-
-
Method Details
-
getOne
- Specified by:
getOnein interfaceObjectBytePair<T>
-
getTwo
public byte getTwo()- Specified by:
getTwoin interfaceObjectBytePair<T>
-
equals
-
hashCode
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<T>
-