public class NumberUtil
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static int
static int
static short
static short
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NumberUtil
public NumberUtil()
-
Method Details
-
-
-
-
toInt
public static int toInt(String str)
-
toInt
public static int toInt(String str,
int defaultValue)
-
toShort
public static short toShort(String str)
-
toShort
public static short toShort(String str,
short defaultValue)