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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(DoubleObjectPair<T> that)booleanequals(Object o)doublegetOne()TgetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public double getOne()
- Specified by:
getOnein interfaceDoubleObjectPair<T>
-
getTwo
public T getTwo()
- Specified by:
getTwoin interfaceDoubleObjectPair<T>
-
compareTo
public int compareTo(DoubleObjectPair<T> that)
- Specified by:
compareToin interfaceComparable<T>
-
-