public static class BloomFilter64.BitSet extends Object
Constructor and Description |
---|
BitSet(byte[] data,
int offset) |
Modifier and Type | Method and Description |
---|---|
int |
bitSize() |
boolean |
get(int index) |
void |
set(int index) |
void |
toByteArray(byte[] bytes,
int offset,
int length) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.