public static class BloomFilter64.BitSet extends Object
BitSet(byte[] data, int offset)
int
bitSize()
boolean
get(int index)
void
set(int index)
toByteArray(byte[] bytes, int offset, int length)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BitSet(byte[] data, int offset)
public void set(int index)
public boolean get(int index)
public int bitSize()
public void toByteArray(byte[] bytes, int offset, int length)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.