Class MappeableRunContainer

java.lang.Object
org.roaringbitmap.buffer.MappeableContainer
org.roaringbitmap.buffer.MappeableRunContainer
All Implemented Interfaces:
Externalizable, Serializable, Cloneable, Iterable<Character>, WordStorage<MappeableContainer>

public final class MappeableRunContainer extends MappeableContainer implements Cloneable
This container takes the form of runs of consecutive values (effectively, run-length encoding). Uses a CharBuffer to store data, unlike org.roaringbitmap.RunContainer. Otherwise similar. Adding and removing content from this container might make it wasteful so regular calls to "runOptimize" might be warranted.
See Also: