Serializable
, Comparable<T>
, ObjectDoublePair<T>
public class ObjectDoublePairImpl<T> extends Object implements ObjectDoublePair<T>
Modifier and Type | Method | 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<T>
Copyright © 2004–2019. All rights reserved.