| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jfree.util.BooleanUtilitiespublic class BooleanUtilitiesextends java.lang.ObjectBoolean objects.
Method Summary | |
static Boolean |
|
public static Boolean valueOf(boolean b)
Returns the object equivalent of the boolean primitive. 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.
- Parameters:
b- the boolean value.
- Returns:
Boolean.TRUEorBoolean.FALSE.