Class LZ4.Table

  • Direct Known Subclasses:
    LZ4.Table16, LZ4.Table32
    Enclosing class:
    LZ4

    private abstract static class LZ4.Table
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Table()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract int getAndSet​(int offset, int value)  
      (package private) abstract int getBitsPerValue()  
      (package private) abstract void set​(int offset, int value)  
      (package private) abstract int size()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Table

        private Table()
    • Method Detail

      • set

        abstract void set​(int offset,
                          int value)
      • getAndSet

        abstract int getAndSet​(int offset,
                               int value)
      • getBitsPerValue

        abstract int getBitsPerValue()
      • size

        abstract int size()