Uses of Package
org.roaringbitmap.buffer
Packages that use org.roaringbitmap.buffer
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.-
Classes in org.roaringbitmap.buffer used by org.roaringbitmapClassDescriptionImmutableRoaringBitmap provides a compressed immutable (cannot be modified) bitmap.Simple container made of an array of 16-bit integers.Simple bitset-like container.Base container class.This container takes the form of runs of consecutive values (effectively, run-length encoding).MutableRoaringBitmap, a compressed alternative to the BitSet.
-
Classes in org.roaringbitmap.buffer used by org.roaringbitmap.bufferClassDescriptionCollects a list of containers into a single container.This is the underlying data structure for an ImmutableRoaringBitmap.ImmutableRoaringBitmap provides a compressed immutable (cannot be modified) bitmap.Simple container made of an array of 16-bit integers.Simple bitset-like container.Base container class.This interface allows you to iterate over the containers in a roaring bitmap.This container takes the form of runs of consecutive values (effectively, run-length encoding).Specialized array to store the containers used by a RoaringBitmap.MutableRoaringBitmap, a compressed alternative to the BitSet.Generic interface for the array underlying roaring bitmap classes.