Class RunContainer

java.lang.Object
org.roaringbitmap.Container
org.roaringbitmap.RunContainer
All Implemented Interfaces:
Externalizable, Serializable, Cloneable, Iterable<Character>, WordStorage<Container>

public final class RunContainer extends Container implements Cloneable
This container takes the form of runs of consecutive values (effectively, run-length encoding). Adding and removing content from this container might make it wasteful so regular calls to "runOptimize" might be warranted.
See Also: