Class CharBooleanPairImpl
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.primitive.CharBooleanPairImpl
-
- All Implemented Interfaces:
Serializable,Comparable<CharBooleanPair>,CharBooleanPair
public class CharBooleanPairImpl extends Object implements CharBooleanPair
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(CharBooleanPair that)booleanequals(Object o)chargetOne()booleangetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public char getOne()
- Specified by:
getOnein interfaceCharBooleanPair
-
getTwo
public boolean getTwo()
- Specified by:
getTwoin interfaceCharBooleanPair
-
compareTo
public int compareTo(CharBooleanPair that)
- Specified by:
compareToin interfaceComparable<CharBooleanPair>
-
-