public class NumberUtils extends Object
NumberUtils()
static double
toDouble(String input, double defaultValue)
static int
toInt(String input, int defaultValue)
static long
toLong(String value, long defaultValue)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NumberUtils()
public static int toInt(String input, int defaultValue)
public static long toLong(String value, long defaultValue)
public static double toDouble(String input, double defaultValue)
Copyright © 2008-2013. All Rights Reserved.