Class MutableRoaringArray

java.lang.Object
org.roaringbitmap.buffer.MutableRoaringArray
All Implemented Interfaces:
Externalizable, Serializable, Cloneable, AppendableStorage<MappeableContainer>, PointableRoaringArray

public final class MutableRoaringArray extends Object implements Cloneable, Externalizable, PointableRoaringArray, AppendableStorage<MappeableContainer>
Specialized array to store the containers used by a RoaringBitmap. This class is similar to org.roaringbitmap.RoaringArray but meant to be used with memory mapping. This is not meant to be used by end users. Objects of this class reside in RAM.
See Also: