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