prefuse.data.util
Class RowManager.ColumnRowIterator

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

public class RowManager.ColumnRowIterator
extends IntIterator

Iterator over the indices into a given data column, mapped to from the rows of this RowManager.


Constructor Summary
RowManager.ColumnRowIterator(IntIterator rows, int col)
           
 
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.ColumnRowIterator

public RowManager.ColumnRowIterator(IntIterator rows,
                                    int col)
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