Class ObjectFloatPairImpl<T>
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.ObjectFloatPairImpl<T>
- All Implemented Interfaces:
Serializable
,Comparable<ObjectFloatPair<T>>
,ObjectFloatPair<T>
This file was automatically generated from template file objectPrimitivePairImpl.stg
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
one
-
two
private final float two
-
-
Constructor Details
-
ObjectFloatPairImpl
ObjectFloatPairImpl(T newOne, float newTwo)
-
-
Method Details
-
getOne
- Specified by:
getOne
in interfaceObjectFloatPair<T>
-
getTwo
public float getTwo()- Specified by:
getTwo
in interfaceObjectFloatPair<T>
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<T>
-