public class BitSetIterator
extends java.lang.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.
|