public final class Util extends Object
| Modifier and Type | Field and Description |
|---|---|
static Charset |
CHARSET_UTF8 |
static String |
EMPTY_STRING |
| Modifier and Type | Method and Description |
|---|---|
static Pattern |
compile(String regex) |
static String |
cut(String value,
int lengthMax) |
static String |
loadString(String path,
String defaultValue) |
static boolean |
match(Pattern regex,
String value) |
public static final String EMPTY_STRING
public static final Charset CHARSET_UTF8
Copyright © 2020. All rights reserved.