Class ByteShortPairImpl
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.primitive.ByteShortPairImpl
-
- All Implemented Interfaces:
Serializable,Comparable<ByteShortPair>,ByteShortPair
public class ByteShortPairImpl extends Object implements ByteShortPair
This file was automatically generated from template file primitivePrimitivePairImpl.stg- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ByteShortPair that)booleanequals(Object o)bytegetOne()shortgetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public byte getOne()
- Specified by:
getOnein interfaceByteShortPair
-
getTwo
public short getTwo()
- Specified by:
getTwoin interfaceByteShortPair
-
compareTo
public int compareTo(ByteShortPair that)
- Specified by:
compareToin interfaceComparable<ByteShortPair>
-
-