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