类 ImmutableRoaringArray

java.lang.Object
org.bitlap.roaringbitmap.buffer.ImmutableRoaringArray
所有已实现的接口:
Cloneable, PointableRoaringArray

public final class ImmutableRoaringArray extends Object implements PointableRoaringArray
This is the underlying data structure for an ImmutableRoaringBitmap. This class is not meant for end-users.
  • 字段详细资料

  • 构造器详细资料

    • ImmutableRoaringArray

      protected ImmutableRoaringArray(ByteBuffer bbf)
      Create an array based on a previously serialized ByteBuffer. The input ByteBuffer is effectively copied (with the slice operation) so you should expect the provided ByteBuffer position/mark/limit/order to remain unchanged.
      参数:
      bbf - The source ByteBuffer
  • 方法详细资料