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