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