public class RoaringBitmap64 extends Object
Constructor and Description |
---|
RoaringBitmap64() |
Modifier and Type | Method and Description |
---|---|
void |
add(long x) |
static RoaringBitmap64 |
bitmapOf(long... dat) |
void |
clear() |
void |
deserialize(byte[] rbmBytes) |
boolean |
equals(Object o) |
void |
or(RoaringBitmap64 other) |
byte[] |
serialize() |
public void add(long x)
public void or(RoaringBitmap64 other)
public void clear()
public byte[] serialize() throws IOException
IOException
public void deserialize(byte[] rbmBytes) throws IOException
IOException
@VisibleForTesting public static RoaringBitmap64 bitmapOf(long... dat)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.