Package com.github.javabdd
Class BitString.BitStringIterator
- java.lang.Object
-
- com.github.javabdd.BitString.BitStringIterator
-
- Direct Known Subclasses:
BitString.BackwardBitStringIterator
,BitString.ForwardBitStringIterator
,BitString.ForwardBitStringZeroIterator
- Enclosing class:
- BitString
public abstract static class BitString.BitStringIterator extends Object implements Iterator<Integer>
Abstract bit string iterator class.
-
-
Constructor Summary
Constructors Constructor Description BitStringIterator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Integer
next()
abstract int
nextIndex()
Returns the index of the next bit set.void
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, hasNext
-
-