Constant Field Values
Contents
com.tdunning.*
-
com.tdunning.math.stats.AVLTreeDigest Modifier and Type Constant Field Value private static final int
SMALL_ENCODING
2
private static final int
VERBOSE_ENCODING
1
-
com.tdunning.math.stats.com.tdunning.math.stats.IntAVLTree Modifier and Type Constant Field Value protected static final int
NIL
0
-
com.tdunning.math.stats.Simple64 Modifier and Type Constant Field Value private static final int
BITS_1_MASK
1
private static final int
BITS_10_MASK
1023
private static final int
BITS_11_MASK
2047
private static final int
BITS_12_MASK
4095
private static final int
BITS_15_MASK
32767
private static final int
BITS_2_MASK
3
private static final int
BITS_20_MASK
1048575
private static final int
BITS_3_MASK
7
private static final int
BITS_30_MASK
1073741823
private static final int
BITS_4_MASK
15
private static final int
BITS_5_MASK
31
private static final int
BITS_6_MASK
63
private static final int
BITS_7_MASK
127
private static final int
BITS_8_MASK
255
private static final int
NUM_DATA_BITS
60
private static final int
STATUS_10NUM_6BITS
6
private static final int
STATUS_12NUM_5BITS
5
private static final int
STATUS_15NUM_4BITS
4
private static final int
STATUS_1NUM_60BITS
14
private static final int
STATUS_20NUM_3BITS
3
private static final int
STATUS_2NUM_30BITS
13
private static final int
STATUS_30NUM_2BITS
2
private static final int
STATUS_3NUM_20BITS
12
private static final int
STATUS_4NUM_15BITS
11
private static final int
STATUS_5NUM_12BITS
10
private static final int
STATUS_60NUM_1BITS
1
private static final int
STATUS_6NUM_10BITS
9
private static final int
STATUS_7NUM_8BITS
8
private static final int
STATUS_8NUM_7BITS
7