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