java.lang.Object
org.apache.lucene.util.compress.LZ4.Table
org.apache.lucene.util.compress.LZ4.Table32
- Enclosing class:
- LZ4
32 bits per value, only used when inputs exceed 64kB, e.g. very large stored fields.
-
Field Details
-
table
private final int[] table
-
-
Constructor Details
-
Table32
Table32(int size)
-
-
Method Details
-
set
void set(int index, int value) -
getAndSet
int getAndSet(int index, int value) -
getBitsPerValue
int getBitsPerValue()- Specified by:
getBitsPerValue
in classLZ4.Table
-
size
int size()
-