Class LZ4.FastCompressionHashTable

java.lang.Object
org.apache.lucene.util.compress.LZ4.FastCompressionHashTable
Enclosing class:
LZ4

public static final class LZ4.FastCompressionHashTable extends Object
Simple lossy LZ4.HashTable that only stores the last ocurrence for each hash on 2^14 bytes of memory.
  • Constructor Details

    • FastCompressionHashTable

      public FastCompressionHashTable()
      Sole constructor
  • Method Details

    • previous

      public int previous(int off)