Modifier and Type | Method and 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.
|
Copyright © 2020. All rights reserved.