Uses of Class
org.roaringbitmap.RangeBitmap
Packages that use RangeBitmap
Package
Description
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 RangeBitmapModifier and TypeMethodDescriptionRangeBitmap.Appender.build()
see build(IntFunction)RangeBitmap.Appender.build
(ByteBuffer buffer) Converts the appender into an immutable range index, using the supplied ByteBuffer.RangeBitmap.Appender.build
(IntFunction<ByteBuffer> supplier) Converts the appender into an immutable range index.static RangeBitmap
RangeBitmap.map
(ByteBuffer buffer) Maps the RangeBitmap from the buffer with minimal allocation.