- 类型参数:
T- the type of stored container
- 所有已知实现类:
FastRankRoaringBitmap,MutableRoaringArray,MutableRoaringBitmap,RoaringArray,RoaringBitmap
public interface AppendableStorage<T>
Key-value storage of 16 bit containers
-
方法概要
-
方法详细资料
-
append
Appends the key and container to the storage, throws if the key is less than the current mark.- 参数:
key- the key to appendcontainer- the data to append
-