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 DoubleDoublePair
public double getTwo()
getTwo
in interface DoubleDoublePair
public int compareTo(DoubleDoublePair that)
compareTo
in interface Comparable<DoubleDoublePair>
Copyright © 2004–2016. All rights reserved.