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