Uses of Class
org.roaringbitmap.RangeBitmap
-
Packages that use RangeBitmap 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 in org.roaringbitmap
Methods in org.roaringbitmap that return RangeBitmap Modifier and Type Method Description RangeBitmap
RangeBitmap.Appender. build()
see build(IntFunction)RangeBitmap
RangeBitmap.Appender. build(java.nio.ByteBuffer buffer)
Converts the appender into an immutable range index, using the supplied ByteBuffer.RangeBitmap
RangeBitmap.Appender. build(java.util.function.IntFunction<java.nio.ByteBuffer> supplier)
Converts the appender into an immutable range index.static RangeBitmap
RangeBitmap. map(java.nio.ByteBuffer buffer)
Maps the RangeBitmap from the buffer with minimal allocation.
-