public class BitSetIterator extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Returns true if there are more set bits in the BitVector; false otherwise.
|
int |
next()
Returns the index of the next set bit.
|
Copyright © 2020 Soot OSS. All rights reserved.