Class ByteBytePairImpl
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.primitive.ByteBytePairImpl
-
- All Implemented Interfaces:
Serializable,Comparable<ByteBytePair>,ByteBytePair
public class ByteBytePairImpl extends Object implements ByteBytePair
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(ByteBytePair that)booleanequals(Object o)bytegetOne()bytegetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public byte getOne()
- Specified by:
getOnein interfaceByteBytePair
-
getTwo
public byte getTwo()
- Specified by:
getTwoin interfaceByteBytePair
-
compareTo
public int compareTo(ByteBytePair that)
- Specified by:
compareToin interfaceComparable<ByteBytePair>
-
-