Interface BitStorage

All Known Implementing Classes:
SimpleBitStorage, ZeroBitStorage

public interface BitStorage
  • Method Details

    • getAndSet

      int getAndSet(int p_13517_, int p_13518_)
    • set

      void set(int p_13525_, int p_13526_)
    • get

      int get(int p_13515_)
    • getRaw

      long[] getRaw()
    • getSize

      int getSize()
    • getBits

      int getBits()
    • getAll

      void getAll(IntConsumer p_13520_)
    • unpack

      void unpack(int[] p_198162_)
    • copy

      BitStorage copy()