org.jjoost.collections.base
Class HashIter32Bit

java.lang.Object
  extended by org.jjoost.collections.base.HashIter32Bit

public class HashIter32Bit
extends java.lang.Object


Constructor Summary
HashIter32Bit(int numLowerBits, int numTotalBits)
           
 
Method Summary
 int current()
           
 boolean haveVisitedAlready(int hash)
           
 boolean next()
           
 void resize(int numTotalBits)
           
 boolean safe()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashIter32Bit

public HashIter32Bit(int numLowerBits,
                     int numTotalBits)
Method Detail

resize

public void resize(int numTotalBits)

next

public boolean next()

haveVisitedAlready

public boolean haveVisitedAlready(int hash)

safe

public boolean safe()

current

public int current()