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 Details
-
getOne
public byte getOne()- Specified by:
getOne
in interfaceByteObjectPair<T>
-
getTwo
- Specified by:
getTwo
in interfaceByteObjectPair<T>
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<T>
-