|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object prefuse.util.collections.AbstractLiteralIterator prefuse.util.collections.IntIterator prefuse.util.collections.BooleanIntBitSetMap.BitSetIterator
public class BooleanIntBitSetMap.BitSetIterator
Constructor Summary | |
---|---|
BooleanIntBitSetMap.BitSetIterator(java.util.BitSet set)
|
|
BooleanIntBitSetMap.BitSetIterator(java.util.BitSet first,
java.util.BitSet second)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
boolean |
nextBoolean()
|
int |
nextInt()
|
void |
remove()
|
Methods inherited from class prefuse.util.collections.IntIterator |
---|
isDoubleSupported, isFloatSupported, isIntSupported, isLongSupported, next, nextDouble, nextFloat, nextLong |
Methods inherited from class prefuse.util.collections.AbstractLiteralIterator |
---|
isBooleanSupported |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BooleanIntBitSetMap.BitSetIterator(java.util.BitSet set)
public BooleanIntBitSetMap.BitSetIterator(java.util.BitSet first, java.util.BitSet second)
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |