Package org.apache.lucene.util.compress
Class LZ4.Table16
- 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) intgetAndSet(int index, int value)(package private) intgetBitsPerValue()(package private) voidset(int index, int value)(package private) intsize()
-
-
-
Method Detail
-
getBitsPerValue
int getBitsPerValue()
- Specified by:
getBitsPerValuein classLZ4.Table
-
-