Class IntBytePairImpl
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.IntBytePairImpl
- All Implemented Interfaces:
Serializable
,Comparable<IntBytePair>
,IntBytePair
public class IntBytePairImpl extends Object implements IntBytePair
This file was automatically generated from template file primitivePrimitivePairImpl.stg
- See Also:
- Serialized Form
-
Method Details
-
getOne
public int getOne()- Specified by:
getOne
in interfaceIntBytePair
-
getTwo
public byte getTwo()- Specified by:
getTwo
in interfaceIntBytePair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<IntBytePair>
-