public class BooleanIntBitSetMap.BitSetIterator extends IntIterator
| Constructor and Description |
|---|
BitSetIterator(java.util.BitSet set) |
BitSetIterator(java.util.BitSet first,
java.util.BitSet second) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
boolean |
nextBoolean() |
int |
nextInt() |
void |
remove() |
isDoubleSupported, isFloatSupported, isIntSupported, isLongSupported, next, nextDouble, nextFloat, nextLongisBooleanSupportedpublic BitSetIterator(java.util.BitSet set)
public BitSetIterator(java.util.BitSet first,
java.util.BitSet second)
public int nextInt()
nextInt in interface LiteralIteratornextInt in class IntIteratorLiteralIterator.nextInt()public boolean nextBoolean()
nextBoolean in interface LiteralIteratornextBoolean in class AbstractLiteralIteratorLiteralIterator.nextBoolean()public boolean hasNext()
public void remove()