net.obsearch.index.utils
Class BitBucket

java.lang.Object
  extended by 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.
 
Method Summary
 void clear(int arg0)
           
 BitBucket copy()
           
 byte[] getBytes()
           
 void set(int arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitBucket

public BitBucket()

BitBucket

public BitBucket(int size)
Create a new bit bucket with the given number of bits.

Parameters:
size -
Method Detail

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.