Uses of Class
org.roaringbitmap.RangeBitmap.Appender
Packages that use RangeBitmap.Appender
Package
Description
The org.roaringbitmap package provides
one class (
RoaringBitmap
) that users
can rely upon for fast set of integers.-
Uses of RangeBitmap.Appender in org.roaringbitmap
Methods in org.roaringbitmap that return RangeBitmap.AppenderModifier and TypeMethodDescriptionstatic RangeBitmap.Appender
RangeBitmap.appender
(long maxValue) Append values to the RangeBitmap before sealing it, defaults to on heap ByteBuffers.static RangeBitmap.Appender
RangeBitmap.appender
(long maxValue, IntFunction<ByteBuffer> bufferSupplier, Consumer<ByteBuffer> cleaner) Append values to the RangeBitmap before sealing it.