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