prefuse.util.collections
Class BooleanIntBitSetMap.BitSetIterator

java.lang.Object
  extended by prefuse.util.collections.AbstractLiteralIterator
      extended by prefuse.util.collections.IntIterator
          extended by prefuse.util.collections.BooleanIntBitSetMap.BitSetIterator
All Implemented Interfaces:
java.util.Iterator, LiteralIterator
Enclosing class:
BooleanIntBitSetMap

public class BooleanIntBitSetMap.BitSetIterator
extends IntIterator


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

BooleanIntBitSetMap.BitSetIterator

public BooleanIntBitSetMap.BitSetIterator(java.util.BitSet set)

BooleanIntBitSetMap.BitSetIterator

public BooleanIntBitSetMap.BitSetIterator(java.util.BitSet first,
                                          java.util.BitSet second)
Method Detail

nextInt

public int nextInt()
Specified by:
nextInt in interface LiteralIterator
Specified by:
nextInt in class IntIterator
See Also:
LiteralIterator.nextInt()

nextBoolean

public boolean nextBoolean()
Specified by:
nextBoolean in interface LiteralIterator
Overrides:
nextBoolean in class AbstractLiteralIterator
See Also:
LiteralIterator.nextBoolean()

hasNext

public boolean hasNext()

remove

public void remove()


Copyright © 2007 Regents of the University of California