net.obsearch.index.utils
Class BitBucket
java.lang.Object
net.obsearch.index.utils.BitBucket
public class BitBucket
- extends Object
Constructor Summary |
BitBucket()
|
BitBucket(int size)
Create a new bit bucket with the given
number of bits. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BitBucket
public BitBucket()
BitBucket
public BitBucket(int size)
- Create a new bit bucket with the given
number of bits.
- Parameters:
size
-
clear
public void clear(int arg0)
set
public void set(int arg0)
copy
public BitBucket copy()
getBytes
public byte[] getBytes()
Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.