Class CharLongPairImpl
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.CharLongPairImpl
- All Implemented Interfaces:
Serializable
,Comparable<CharLongPair>
,CharLongPair
public class CharLongPairImpl extends Object implements CharLongPair
This file was automatically generated from template file primitivePrimitivePairImpl.stg
- See Also:
- Serialized Form
-
Method Details
-
getOne
public char getOne()- Specified by:
getOne
in interfaceCharLongPair
-
getTwo
public long getTwo()- Specified by:
getTwo
in interfaceCharLongPair
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<CharLongPair>
-