public class Bool extends Object
Constructor and Description |
---|
Bool() |
Modifier and Type | Method and Description |
---|---|
static boolean |
parse(String s)
Like
Boolean.parseBoolean(String) , but also yields true for case-insensitive values: "yes", "Y", "T" |
public static boolean parse(String s)
Boolean.parseBoolean(String)
, but also yields true for case-insensitive values: "yes", "Y", "T"s
- to parseCopyright © 2015 SeqWare. All rights reserved.