infovis.utils
Class AbstractRowIterator

java.lang.Object
  extended by infovis.utils.AbstractRowIterator
All Implemented Interfaces:
RowIterator, Iterator
Direct Known Subclasses:
TableIterator

public abstract class AbstractRowIterator
extends Object
implements RowIterator

Class AbstractRowIterator

Version:
$Revision: 1.1 $
Author:
Jean-Daniel Fekete

Constructor Summary
AbstractRowIterator()
           
 
Method Summary
 Object next()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface infovis.utils.RowIterator
copy, nextRow, peekRow
 
Methods inherited from interface java.util.Iterator
hasNext, remove
 

Constructor Detail

AbstractRowIterator

public AbstractRowIterator()
Method Detail

next

public Object next()
Specified by:
next in interface Iterator


Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.