net.sf.javabdd
Class BitString.ForwardBitStringZeroIterator

java.lang.Object
  extended by net.sf.javabdd.BitString.BitStringIterator
      extended by net.sf.javabdd.BitString.ForwardBitStringZeroIterator
All Implemented Interfaces:
Iterator
Enclosing class:
BitString

public class BitString.ForwardBitStringZeroIterator
extends BitString.BitStringIterator

Iterator for iterating through a bit string in forward order.


Method Summary
 boolean hasNext()
           
 int nextIndex()
          Returns the index of the next bit set.
 
Methods inherited from class net.sf.javabdd.BitString.BitStringIterator
next, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
See Also:
Iterator.hasNext()

nextIndex

public int nextIndex()
Description copied from class: BitString.BitStringIterator
Returns the index of the next bit set.

Specified by:
nextIndex in class BitString.BitStringIterator
See Also:
jwutil.math.BitString.BitStringIterator#nextIndex()


Copyright © 2003-2007 John Whaley. All Rights Reserved.