public class DoubleAdapter extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
doubleToString(Double value)
Converts a double to a String.
|
static Double |
stringToDouble(String value)
Parses a String converting it to a double.
|
Copyright © 2016. All rights reserved.