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