Package com.github.javabdd
Class BitString.ForwardBitStringZeroIterator
java.lang.Object
com.github.javabdd.BitString.BitStringIterator
com.github.javabdd.BitString.ForwardBitStringZeroIterator
- Enclosing class:
- BitString
Iterator for iterating through a bit string in forward order.
-
Method Summary
Methods inherited from class com.github.javabdd.BitString.BitStringIterator
next, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Method Details
-
hasNext
public boolean hasNext() -
nextIndex
public int nextIndex()Description copied from class:BitString.BitStringIteratorReturns the index of the next bit set.- Specified by:
nextIndexin classBitString.BitStringIterator- Returns:
- the index
-