public final class StringUtil extends Object
| Constructor and Description |
|---|
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBooleanValue(String value)
Judge is boolean value or not.
|
static boolean |
isIntValue(String value)
Judge is int value or not.
|
public static boolean isBooleanValue(String value)
value - to be judged string valuepublic static boolean isIntValue(String value)
value - to be judged string valueCopyright © 2020 The Apache Software Foundation. All rights reserved.