prefuse.data.util
Class RowManager.RowIterator

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

public class RowManager.RowIterator
extends IntIterator

Iterator over the occupied rows of this RowManager.


Constructor Summary
RowManager.RowIterator(boolean reverse)
           
 
Method Summary
 boolean hasNext()
           
 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, nextBoolean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowManager.RowIterator

public RowManager.RowIterator(boolean reverse)
Method Detail

hasNext

public boolean hasNext()

nextInt

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

remove

public void remove()


Copyright © 2007 Regents of the University of California