Constant Field Values
Contents
com.googlecode.*
-
com.googlecode.javaewah.EWAHCompressedBitmap 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
-
com.googlecode.javaewah.IteratorAggregation Modifier and Type Constant Field Value public static final int
DEFAULT_MAX_BUF_SIZE
65536
-
com.googlecode.javaewah.com.googlecode.javaewah.LongArray Modifier and Type Constant Field Value private static final int
DEFAULT_BUFFER_SIZE
4
-
com.googlecode.javaewah.com.googlecode.javaewah.NonEmptyVirtualStorage.NonEmptyException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.googlecode.javaewah.RunningLengthWord 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
-
com.googlecode.javaewah.datastructure.BitSet Modifier and Type Constant Field Value static final long
serialVersionUID
7997698588986878754L
-
com.googlecode.javaewah32.EWAHCompressedBitmap32 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
-
com.googlecode.javaewah32.com.googlecode.javaewah32.IntArray Modifier and Type Constant Field Value private static final int
DEFAULT_BUFFER_SIZE
4
-
com.googlecode.javaewah32.IteratorAggregation32 Modifier and Type Constant Field Value public static final int
DEFAULT_MAX_BUF_SIZE
65536
-
com.googlecode.javaewah32.com.googlecode.javaewah32.NonEmptyVirtualStorage32.NonEmptyException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.googlecode.javaewah32.RunningLengthWord32 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