Class ByteObjectPairImpl<T>
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.primitive.ByteObjectPairImpl<T>
-
- All Implemented Interfaces:
Serializable,Comparable<ByteObjectPair<T>>,ByteObjectPair<T>
public class ByteObjectPairImpl<T> extends Object implements ByteObjectPair<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(ByteObjectPair<T> that)booleanequals(Object o)bytegetOne()TgetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public byte getOne()
- Specified by:
getOnein interfaceByteObjectPair<T>
-
getTwo
public T getTwo()
- Specified by:
getTwoin interfaceByteObjectPair<T>
-
compareTo
public int compareTo(ByteObjectPair<T> that)
- Specified by:
compareToin interfaceComparable<T>
-
-