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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ByteIntPair that)booleanequals(Object o)bytegetOne()intgetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public byte getOne()
- Specified by:
getOnein interfaceByteIntPair
-
getTwo
public int getTwo()
- Specified by:
getTwoin interfaceByteIntPair
-
compareTo
public int compareTo(ByteIntPair that)
- Specified by:
compareToin interfaceComparable<ByteIntPair>
-
-