org.objectweb.jac.util
Class ExtBoolean
java.lang.Object
org.objectweb.jac.util.ExtBoolean
- public class ExtBoolean
- extends Object
Various often used boolean methods
Method Summary |
static Boolean |
valueOf(boolean value)
This is defined in JDK1.4, but not before. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtBoolean
public ExtBoolean()
valueOf
public static Boolean valueOf(boolean value)
- This is defined in JDK1.4, but not before.