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 boolean |
delay(AtomicBoolean enabled,
long delay,
long sleep) |
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
public static boolean delay(AtomicBoolean enabled, long delay, long sleep)
Copyright © 2020. All rights reserved.