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