接口 AppendableStorage<T>

类型参数:
T - the type of stored container
所有已知实现类:
FastRankRoaringBitmap, MutableRoaringArray, MutableRoaringBitmap, RoaringArray, RoaringBitmap

public interface AppendableStorage<T>
Key-value storage of 16 bit containers
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    append(char key, T container)
    Appends the key and container to the storage, throws if the key is less than the current mark.
  • 方法详细资料

    • append

      void append(char key, T container)
      Appends the key and container to the storage, throws if the key is less than the current mark.
      参数:
      key - the key to append
      container - the data to append