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 Details
-
getOne
public byte getOne()- Specified by:
getOne
in interfaceByteLongPair
-
getTwo
public long getTwo()- Specified by:
getTwo
in interfaceByteLongPair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ByteLongPair>
-