Uses of Class
com.github.javabdd.BitString.BackwardBitStringIterator
-
-
Uses of BitString.BackwardBitStringIterator in com.github.javabdd
Methods in com.github.javabdd that return BitString.BackwardBitStringIterator Modifier and Type Method Description BitString.BackwardBitStringIterator
BitString. backwardsIterator()
Returns an iterator that iterates through the bits in backward order.BitString.BackwardBitStringIterator
BitString. backwardsIterator(int i)
Returns an iterator that iterates through the bits in backward order, starting at the given index.
-