Class DoubleObjectPairImpl<T>
java.lang.Object
org.eclipse.collections.impl.tuple.primitive.DoubleObjectPairImpl<T>
- All Implemented Interfaces:
Serializable
,Comparable<DoubleObjectPair<T>>
,DoubleObjectPair<T>
public class DoubleObjectPairImpl<T> extends Object implements DoubleObjectPair<T>
This file was automatically generated from template file primitiveObjectPairImpl.stg
- See Also:
- Serialized Form
-
Method Details
-
getOne
public double getOne()- Specified by:
getOne
in interfaceDoubleObjectPair<T>
-
getTwo
- Specified by:
getTwo
in interfaceDoubleObjectPair<T>
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<T>
-