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