public final class BooleanParser extends java.lang.Object
static boolean
valueOf(java.lang.String s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static boolean valueOf(java.lang.String s)
The following values are considered true: "true", "t", "yes", "on", "1".
All other values, including 'null', are false.
All comparisons are case-insensitive.