public class ObjectDoublePairImpl<T> extends Object implements ObjectDoublePair<T>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ObjectDoublePair<T> that) |
boolean |
equals(Object o) |
T |
getOne() |
double |
getTwo() |
int |
hashCode() |
String |
toString() |
public T getOne()
getOne
in interface ObjectDoublePair<T>
public double getTwo()
getTwo
in interface ObjectDoublePair<T>
public int compareTo(ObjectDoublePair<T> that)
compareTo
in interface Comparable<ObjectDoublePair<T>>
Copyright © 2004–2016. All rights reserved.