| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
TIMEOUT_NANOS |
100000000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_ARRAY_SIZE |
2147483639 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_GROWTH_FACTOR |
16 |
public static final int |
DEFAULT_INITIAL_SIZE |
16 |
public static final float |
DEFAULT_LOAD_FACTOR |
0.75f |
public static final float |
FAST_LOAD_FACTOR |
0.5f |
public static final byte |
FREE |
0 |
public static final byte |
OCCUPIED |
-1 |
public static final byte |
REMOVED |
1 |
public static final float |
VERY_FAST_LOAD_FACTOR |
0.25f |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_INITIAL_CAPACITY |
16 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_INITIAL_CAPACITY |
16 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_INITIAL_CAPACITY |
16 |