Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
ADJUST_CONTAINER_SIZE_WHEN_AGGREGATING |
true |
static final long |
serialVersionUID |
1L |
public static final int |
WORD_IN_BITS |
64 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_MAX_BUF_SIZE |
65536 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final int |
DEFAULT_BUFFER_SIZE |
4 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final long |
serialVersionUID |
1L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
LARGEST_LITERAL_COUNT |
2147483647 |
public static final long |
LARGEST_RUNNING_LENGTH_COUNT |
4294967295L |
private static final int |
LITERAL_BITS |
31 |
private static final long |
NOT_RUNNING_LENGTH_PLUS_RUNNING_BIT |
-8589934592L |
private static final long |
NOT_SHIFTED_LARGEST_RUNNING_LENGTH_COUNT |
-8589934591L |
public static final int |
RUNNING_LENGTH_BITS |
32 |
private static final long |
RUNNING_LENGTH_PLUS_RUNNING_BIT |
8589934591L |
private static final long |
SHIFTED_LARGEST_RUNNING_LENGTH_COUNT |
8589934590L |
Modifier and Type | Constant Field | Value |
---|---|---|
static final long |
serialVersionUID |
7997698588986878754L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
ADJUST_CONTAINER_SIZE_WHEN_AGGREGATING |
true |
static final long |
serialVersionUID |
1L |
public static final int |
WORD_IN_BITS |
32 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final int |
DEFAULT_BUFFER_SIZE |
4 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_MAX_BUF_SIZE |
65536 |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final long |
serialVersionUID |
1L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
LARGEST_LITERAL_COUNT |
32767 |
public static final int |
LARGEST_RUNNING_LENGTH_COUNT |
65535 |
private static final int |
LITERAL_BITS |
15 |
private static final int |
NOT_RUNNING_LENGTH_PLUS_RUNNING_BIT |
-131072 |
private static final int |
NOT_SHIFTED_LARGEST_RUNNING_LENGTH_COUNT |
-131071 |
public static final int |
RUNNING_LENGTH_BITS |
16 |
private static final int |
RUNNING_LENGTH_PLUS_RUNNING_BIT |
131071 |
private static final int |
SHIFTED_LARGEST_RUNNING_LENGTH_COUNT |
131070 |