| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_ARRAY_SIZE |
2147483639 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SEGMENT_MASK |
134217727 |
public static final int |
SEGMENT_SHIFT |
27 |
public static final int |
SEGMENT_SIZE |
134217728 |
| 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 long |
serialVersionUID |
-7046029254386353129L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
serialVersionUID |
-7046029254386353129L |