protected class ReusableBitSet.Bits extends Object implements BitSet.Bits
| Modifier and Type | Field and Description |
|---|---|
protected BitSetFrame.Bits |
frameBits |
| Constructor and Description |
|---|
Bits(BitSetFrame.Bits frameBits) |
| Modifier and Type | Method and Description |
|---|---|
long |
next()
Returns index of the next bit in the iteration,
or
-1 if there are no more bits. |
BitSet.Bits |
reset() |
protected BitSetFrame.Bits frameBits
public Bits(BitSetFrame.Bits frameBits)
public BitSet.Bits reset()
reset in interface BitSet.Bitspublic long next()
BitSet.Bits-1 if there are no more bits.next in interface BitSet.Bits-1 if there are no more bitsCopyright © 2020. All rights reserved.