Uses of Interface
org.roaringbitmap.WordStorage
Packages that use WordStorage
Package
Description
The org.roaringbitmap package provides
one class (
RoaringBitmap
) that users
can rely upon for fast set of integers.The org.roaringbitmap.buffer package provides
two classes (
MutableRoaringBitmap
and
(ImmutableRoaringBitmap
) that users
can rely upon for fast set of integers.-
Uses of WordStorage in org.roaringbitmap
Classes in org.roaringbitmap with type parameters of type WordStorageModifier and TypeClassDescriptionclass
ContainerAppender<C extends WordStorage<C>,
T extends BitmapDataProvider & AppendableStorage<C>> This class can be used to write quickly values to a bitmap.static class
RoaringBitmapWriter.Wizard<C extends WordStorage<C>,
T extends BitmapDataProvider & AppendableStorage<C>> Classes in org.roaringbitmap that implement WordStorageModifier and TypeClassDescriptionfinal class
Simple container made of an array of 16-bit integersfinal class
Simple bitset-like container.class
Base container class.final class
This container takes the form of runs of consecutive values (effectively, run-length encoding).Fields in org.roaringbitmap declared as WordStorage -
Uses of WordStorage in org.roaringbitmap.buffer
Classes in org.roaringbitmap.buffer that implement WordStorageModifier and TypeClassDescriptionfinal class
Simple container made of an array of 16-bit integers.final class
Simple bitset-like container.class
Base container class.final class
This container takes the form of runs of consecutive values (effectively, run-length encoding).