Uses of Class
org.egothor.util.hash.Bucket

Packages that use Bucket
org.egothor.util.hash   
 

Uses of Bucket in org.egothor.util.hash
 

Methods in org.egothor.util.hash with parameters of type Bucket
protected  void Bucket.copyFrom(Bucket b, boolean dirty)
          This bucket becomes the exact copy of the bucket passed, but the dirty flag is set as required.
protected  java.util.BitSet Bucket.split(int sim, Bucket[] to)