Package com.github.javabdd
Class BitString.ForwardBitStringZeroIterator
- java.lang.Object
-
- com.github.javabdd.BitString.BitStringIterator
-
- com.github.javabdd.BitString.ForwardBitStringZeroIterator
-
- Enclosing class:
- BitString
public class BitString.ForwardBitStringZeroIterator extends BitString.BitStringIterator
Iterator for iterating through a bit string in forward order.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
int
nextIndex()
Returns the index of the next bit set.-
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 Detail
-
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
-
-