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