- java.lang.Object
-
- org.apache.lucene.util.compress.LZ4.Table
-
- org.apache.lucene.util.compress.LZ4.Table32
-
-
Field Summary
Fields Modifier and Type Field Description private int[]
table
-
Constructor Summary
Constructors Constructor Description Table32(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
getAndSet(int index, int value)
(package private) int
getBitsPerValue()
(package private) void
set(int index, int value)
(package private) int
size()
-
-
-
Method Detail
-
getBitsPerValue
int getBitsPerValue()
- Specified by:
getBitsPerValue
in classLZ4.Table
-
-