- java.lang.Object
-
- org.apache.lucene.util.compress.LZ4.Table
-
- org.apache.lucene.util.compress.LZ4.Table16
-
-
Field Summary
Fields Modifier and Type Field Description private short[]
table
-
Constructor Summary
Constructors Constructor Description Table16(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
-
-