net.sf.javabdd
Class BitString.BackwardBitStringIterator

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

public class BitString.BackwardBitStringIterator
extends BitString.BitStringIterator

Iterator for iterating through a bit string in backward 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.