接口 BitStorage

所有已知实现类:
SimpleBitStorage, ZeroBitStorage

public interface BitStorage
  • 方法详细资料

    • getAndSet

      int getAndSet(int pIndex, int pValue)
    • set

      void set(int pIndex, int pValue)
    • get

      int get(int pIndex)
    • getRaw

      long[] getRaw()
    • getSize

      int getSize()
    • getBits

      int getBits()
    • getAll

      void getAll(IntConsumer pConsumer)
    • unpack

      void unpack(int[] pArray)
    • copy

      BitStorage copy()