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:
getOnein interfaceByteLongPair
-
getTwo
public long getTwo()- Specified by:
getTwoin interfaceByteLongPair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<ByteLongPair>
-