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 (MutableRoaringBitmapand (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 classContainerAppender<C extends WordStorage<C>,T extends BitmapDataProvider & AppendableStorage<C>>This class can be used to write quickly values to a bitmap.static classRoaringBitmapWriter.Wizard<C extends WordStorage<C>,T extends BitmapDataProvider & AppendableStorage<C>>Classes in org.roaringbitmap that implement WordStorage Modifier and Type Class Description classArrayContainerSimple container made of an array of 16-bit integersclassBitmapContainerSimple bitset-like container.classContainerBase container class.classRunContainerThis 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 classMappeableArrayContainerSimple container made of an array of 16-bit integers.classMappeableBitmapContainerSimple bitset-like container.classMappeableContainerBase container class.classMappeableRunContainerThis container takes the form of runs of consecutive values (effectively, run-length encoding).
-