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, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Method Details
-
hasNext
public boolean hasNext() -
nextIndex
public int nextIndex()Description copied from class:BitString.BitStringIterator
Returns the index of the next bit set.- Specified by:
nextIndex
in classBitString.BitStringIterator
- Returns:
- the index
-