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