Class ObjectDoublePairImpl<T>
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.ObjectDoublePairImpl<T>
- All Implemented Interfaces:
Serializable
,Comparable<ObjectDoublePair<T>>
,ObjectDoublePair<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 double two
-
-
Constructor Details
-
ObjectDoublePairImpl
ObjectDoublePairImpl(T newOne, double newTwo)
-
-
Method Details
-
getOne
- Specified by:
getOne
in interfaceObjectDoublePair<T>
-
getTwo
public double getTwo()- Specified by:
getTwo
in interfaceObjectDoublePair<T>
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<T>
-