|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.util.BooleanUtils
BooleanUtilities.
Utility methods for working with Boolean objects.
| Constructor Summary | |
BooleanUtils()
Deprecated. |
|
| Method Summary | |
static java.lang.Boolean |
valueOf(boolean b)
Deprecated. Returns the object equivalent of the boolean primitive. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BooleanUtils()
| Method Detail |
public static java.lang.Boolean valueOf(boolean b)
A similar method is provided by the Boolean class in JDK 1.4, but you can use this one to remain compatible with earlier JDKs.
b - the boolean value.
Boolean.TRUE or Boolean.FALSE.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||