Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAX_BYTES |
130 |
public static final int |
MAX_FAMILY_LENGTH |
127 |
public static final int |
NUM_INTS |
28 |
public static final int |
NUM_LONGS |
2 |
public static final int |
NUM_SHORTS |
0 |
public static final int |
NUM_SINGLE_BYTES |
2 |
public static final int |
VERSION |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
MULITPLE_FAMILIES_POSSIBLE |
false |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
EXPECTED_NUBS_PLUS_LEAVES |
100 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
BYTE_7_RIGHT_BITS_SET |
127 |
public static final byte |
BYTE_LEFT_BIT_SET |
-128 |
public static final long |
INT_7_RIGHT_BITS_SET |
127L |
public static final long |
INT_8TH_BIT_SET |
128L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
BYTE_7_RIGHT_BITS_SET |
127 |
public static final byte |
BYTE_LEFT_BIT_SET |
-128 |
public static final long |
LONG_7_RIGHT_BITS_SET |
127L |
public static final long |
LONG_8TH_BIT_SET |
128L |
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.