org.stringtree.util
Class SmallNumberUtils
java.lang.Object
org.stringtree.util.SmallNumberUtils
public class SmallNumberUtils
- extends java.lang.Object
Method Summary |
static byte |
byteValue(java.lang.Object s)
|
static byte |
byteValue(java.lang.Object obj,
byte dfl)
|
static short |
shortValue(java.lang.Object s)
|
static short |
shortValue(java.lang.Object obj,
short dfl)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SmallNumberUtils
public SmallNumberUtils()
shortValue
public static short shortValue(java.lang.Object obj,
short dfl)
shortValue
public static short shortValue(java.lang.Object s)
byteValue
public static byte byteValue(java.lang.Object obj,
byte dfl)
byteValue
public static byte byteValue(java.lang.Object s)