Uses of Class
org.roaringbitmap.RangeBitmap.Appender
-
Packages that use RangeBitmap.Appender Package Description org.roaringbitmap 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.Appender Modifier and Type Method Description static 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, java.util.function.IntFunction<java.nio.ByteBuffer> bufferSupplier, java.util.function.Consumer<java.nio.ByteBuffer> cleaner)
Append values to the RangeBitmap before sealing it.
-