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