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