public class DoubleStringPair extends Object implements Comparable<DoubleStringPair>
| Modifier and Type | Field and Description |
|---|---|
double |
doubleValue |
String |
stringValue |
| Constructor and Description |
|---|
DoubleStringPair(double d,
String s) |
public final String stringValue
public final double doubleValue
public DoubleStringPair(double d,
String s)
public int compareTo(DoubleStringPair p)
compareTo in interface Comparable<DoubleStringPair>Copyright © 2016 The Apache Software Foundation. All rights reserved.