| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT |
-2147483648 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT |
-2147483648 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
HIGH_PRIORITY |
10 |
public static final int |
HIGHEST_PRIORITY |
20 |
public static final int |
LOW_PRIORITY |
-10 |
public static final int |
LOWEST_PRIORITY |
-20 |
public static final int |
NORMAL_PRIORITY |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
HIGH_PRIORITY |
1073741823 |
public static final int |
HIGHEST_PRIORITY |
2147483647 |
public static final int |
LOW_PRIORITY |
-1073741823 |
public static final int |
LOWEST_PRIORITY |
-2147483647 |
public static final int |
NORMAL_PRIORITY |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_BUFFER_SIZE |
16384 |
public static final int |
DEFAULT_POOL_SIZE |
16 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
HOURS_IN_DAY |
24L |
public static final long |
MINUTES_IN_DAY |
1440L |
public static final long |
MINUTES_IN_HOUR |
60L |
public static final long |
SECONDS_IN_DAY |
86400L |
public static final long |
SECONDS_IN_HOUR |
3600L |
public static final long |
SECONDS_IN_MINUTE |
60L |