Uses of Interface
org.roaringbitmap.AppendableStorage
Packages that use AppendableStorage
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 AppendableStorage in org.roaringbitmap
Classes in org.roaringbitmap with type parameters of type AppendableStorageModifier and TypeClassDescriptionclass
This class can be used to write quickly values to a bitmap.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 AppendableStorageModifier and TypeClassDescriptionclass
This extendsRoaringBitmap
to provide better performance for .rank and .select operations, at the cost of maintain a cache of cardinalities.final class
Specialized array to store the containers used by a RoaringBitmap.class
RoaringBitmap, a compressed alternative to the BitSet. -
Uses of AppendableStorage in org.roaringbitmap.buffer
Classes in org.roaringbitmap.buffer that implement AppendableStorageModifier and TypeClassDescriptionfinal class
Specialized array to store the containers used by a RoaringBitmap.class
MutableRoaringBitmap, a compressed alternative to the BitSet.