public class DoubleField extends Object
DoubleField class is a utility to convert double
 values into String values that are lexicographically ordered
 according to the double value.| Modifier and Type | Method and Description | 
|---|---|
static String | 
doubleToString(double value)  | 
static double | 
stringToDouble(String value)  | 
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.