Class CharCharPairImpl
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.primitive.CharCharPairImpl
-
- All Implemented Interfaces:
Serializable,Comparable<CharCharPair>,CharCharPair
public class CharCharPairImpl extends Object implements CharCharPair
This file was automatically generated from template file primitivePrimitivePairImpl.stg- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(CharCharPair that)booleanequals(Object o)chargetOne()chargetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public char getOne()
- Specified by:
getOnein interfaceCharCharPair
-
getTwo
public char getTwo()
- Specified by:
getTwoin interfaceCharCharPair
-
compareTo
public int compareTo(CharCharPair that)
- Specified by:
compareToin interfaceComparable<CharCharPair>
-
-