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