public final class StringUtil extends Object
| Constructor and Description |
|---|
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBooleanValue(String value)
Adjust is boolean value or not.
|
static boolean |
isIntValue(String value)
Adjust is int value or not.
|
static boolean |
isLongValue(String value)
Adjust is long value or not.
|
static List<String> |
splitWithComma(String value)
Split string value to list by comma delimiter.
|
public static boolean isBooleanValue(String value)
value - to be adjusted string valuepublic static boolean isIntValue(String value)
value - to be adjusted string valuepublic static boolean isLongValue(String value)
value - to be adjusted string valueCopyright © 2018. All rights reserved.