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