| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final char |
LINUX_FILE_PATH_SEPARATOR_CHAR |
47 |
public static final char |
WINDOWS_FILE_PATH_SEPARATOR_CHAR |
92 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final float |
DEFAULT_LOAD_FACTOR |
0.75f |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_CAPACITY |
8 |
public static final float |
DEFAULT_LOAD_FACTOR |
0.5f |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_CAPACITY |
8 |
public static final float |
DEFAULT_LOAD_FACTOR |
0.5f |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
PORT_RANGE_MAX |
65535 |
public static final int |
PORT_RANGE_MIN |
1024 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
DOUBLE_QUOTE |
"\"\"" |
protected static final char |
FIELD_QUOTE |
34 |
protected static final char |
FIELD_SEPARATOR |
44 |
protected static final String |
QUOTE |
"\"" |
protected static final String |
SPACE |
" " |
protected static final String |
SPECIAL_CHARS |
"\r\n" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MURMUR_SEED |
1318007700 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
REGEX_MOBILE_EXACT |
"^((13[0-9])|(14[5,7])|(15[0-3,5-9])|(16[6])|(17[0,1,3,5-8])|(18[0-9])|(19[8,9]))\\d{8}$" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
PATH_MATCH |
"**" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PATTERN_DEFAULT |
"yyyy-MM-dd HH:mm:ss.SSS" |
public static final String |
PATTERN_DEFAULT_ON_SECOND |
"yyyy-MM-dd HH:mm:ss" |
public static final String |
PATTERN_ISO |
"yyyy-MM-dd\'T\'HH:mm:ss.SSSZZ" |
public static final String |
PATTERN_ISO_ON_DATE |
"yyyy-MM-dd" |
public static final String |
PATTERN_ISO_ON_SECOND |
"yyyy-MM-dd\'T\'HH:mm:ssZZ" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
MILLIS_PER_DAY |
86400000L |
public static final long |
MILLIS_PER_HOUR |
3600000L |
public static final long |
MILLIS_PER_MINUTE |
60000L |
public static final long |
MILLIS_PER_SECOND |
1000L |
Copyright © 2018. All rights reserved.