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 © 2015 The Apache Software Foundation. All rights reserved.