Package app.babylon.text
Class Booleans
java.lang.Object
app.babylon.text.Booleans
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanisBooleanFalse(CharSequence s, int offset, int length) static booleanstatic booleanisBooleanTrue(CharSequence s, int offset, int length) static byteparseBooleanValue(CharSequence s, int offset, int length)
-
Field Details
-
FALSE
public static final byte FALSE- See Also:
-
TRUE
public static final byte TRUE- See Also:
-
UNPARSED
public static final byte UNPARSED- See Also:
-
-
Method Details
-
isBooleanTrue
-
isBooleanTrue
-
isBooleanFalse
-
isBooleanFalse
-
parseBooleanValue
-