Uses of Interface
org.roaringbitmap.WordStorage
-
Packages that use WordStorage Package Description org.roaringbitmap The org.roaringbitmap package provides one class (RoaringBitmap
) that users can rely upon for fast set of integers.org.roaringbitmap.buffer 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 WordStorage Modifier and Type Class Description class
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 WordStorage Modifier and Type Class Description class
ArrayContainer
Simple container made of an array of 16-bit integersclass
BitmapContainer
Simple bitset-like container.class
Container
Base container class.class
RunContainer
This container takes the form of runs of consecutive values (effectively, run-length encoding). -
Uses of WordStorage in org.roaringbitmap.buffer
Classes in org.roaringbitmap.buffer that implement WordStorage Modifier and Type Class Description class
MappeableArrayContainer
Simple container made of an array of 16-bit integers.class
MappeableBitmapContainer
Simple bitset-like container.class
MappeableContainer
Base container class.class
MappeableRunContainer
This container takes the form of runs of consecutive values (effectively, run-length encoding).
-