public class RoaringBitmap32 extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
MAX_VALUE |
| 构造器和说明 |
|---|
RoaringBitmap32() |
public static final int MAX_VALUE
public void add(int x)
public boolean checkedAdd(int x)
public boolean contains(int x)
public boolean isEmpty()
public void serialize(DataOutput out) throws IOException
IOExceptionpublic void deserialize(DataInput in) throws IOException
IOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.