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.BackwardBitStringIteratorBitString. backwardsIterator()Returns an iterator that iterates through the bits in backward order.BitString.BackwardBitStringIteratorBitString. backwardsIterator(int i)Returns an iterator that iterates through the bits in backward order, starting at the given index.
-