Uses of Package
org.roaringbitmap.buffer
-
Packages that use org.roaringbitmap.buffer 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. -
Classes in org.roaringbitmap.buffer used by org.roaringbitmap Class Description ImmutableRoaringBitmap ImmutableRoaringBitmap provides a compressed immutable (cannot be modified) bitmap.MappeableArrayContainer Simple container made of an array of 16-bit integers.MappeableBitmapContainer Simple bitset-like container.MappeableContainer Base container class.MappeableRunContainer This container takes the form of runs of consecutive values (effectively, run-length encoding).MutableRoaringBitmap MutableRoaringBitmap, a compressed alternative to the BitSet. -
Classes in org.roaringbitmap.buffer used by org.roaringbitmap.buffer Class Description ArrayBatchIterator BitmapBatchIterator BufferParallelAggregation.OrCollector Collects a list of containers into a single container.ImmutableRoaringArray This is the underlying data structure for an ImmutableRoaringBitmap.ImmutableRoaringBitmap ImmutableRoaringBitmap provides a compressed immutable (cannot be modified) bitmap.MappeableArrayContainer Simple container made of an array of 16-bit integers.MappeableArrayContainerCharIterator MappeableBitmapContainer Simple bitset-like container.MappeableBitmapContainerCharIterator MappeableContainer Base container class.MappeableContainerPointer This interface allows you to iterate over the containers in a roaring bitmap.MappeableRunContainer This container takes the form of runs of consecutive values (effectively, run-length encoding).MappeableRunContainerCharIterator MutableRoaringArray Specialized array to store the containers used by a RoaringBitmap.MutableRoaringBitmap MutableRoaringBitmap, a compressed alternative to the BitSet.PointableRoaringArray Generic interface for the array underlying roaring bitmap classes.ReverseMappeableArrayContainerCharIterator ReverseMappeableBitmapContainerCharIterator ReverseMappeableRunContainerCharIterator RunBatchIterator