public class BooleanIntBitSetMap.BitSetIterator extends IntIterator
Constructor and Description |
---|
BooleanIntBitSetMap.BitSetIterator(java.util.BitSet set) |
BooleanIntBitSetMap.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, nextLong
isBooleanSupported
public BooleanIntBitSetMap.BitSetIterator(java.util.BitSet set)
public BooleanIntBitSetMap.BitSetIterator(java.util.BitSet first, java.util.BitSet second)
public int nextInt()
nextInt
in interface LiteralIterator
nextInt
in class IntIterator
LiteralIterator.nextInt()
public boolean nextBoolean()
nextBoolean
in interface LiteralIterator
nextBoolean
in class AbstractLiteralIterator
LiteralIterator.nextBoolean()
public boolean hasNext()
public void remove()
Copyright ? 2013 Regents of the University of California