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