|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.slim3.commons.util.ShortUtil
public final class ShortUtil
A utility class for Short
.
Method Summary | |
---|---|
static short |
toPrimitiveShort(Object o)
Converts the object to primitive short. |
static Short |
toShort(Object o)
Converts the object to Short . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Short toShort(Object o)
Short
.
o
- the object
public static short toPrimitiveShort(Object o)
o
- the object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |