Interface BitStorage

All Known Implementing Classes:
SimpleBitStorage, ZeroBitStorage

public interface BitStorage
  • Method Details

    • getAndSet

      int getAndSet(int index, int value)
    • set

      void set(int index, int value)
    • get

      int get(int index)
    • getRaw

      long[] getRaw()
    • getSize

      int getSize()
    • getBits

      int getBits()
    • getAll

      void getAll(IntConsumer output)
    • unpack

      void unpack(int[] output)
    • copy

      BitStorage copy()