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