public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static Double |
toDouble(Object o)
Attempts to cast an arbitrary object to a Double.
|
public static Double toDouble(Object o)
NullPointerException - when o is nullNumberFormatException - when the cast failsCopyright © 2015. All rights reserved.