infovis.utils
Class AppendRowIterator

java.lang.Object
  extended by infovis.utils.RowIteratorProxy
      extended by infovis.utils.AppendRowIterator
All Implemented Interfaces:
RowIterator, Iterator

public class AppendRowIterator
extends RowIteratorProxy

Appends two row iterators

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

Constructor Summary
AppendRowIterator(RowIterator i1, RowIterator i2)
           
 
Method Summary
 boolean hasNext()
           
 
Methods inherited from class infovis.utils.RowIteratorProxy
copy, next, nextRow, peekRow, remove, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppendRowIterator

public AppendRowIterator(RowIterator i1,
                         RowIterator i2)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator
Overrides:
hasNext in class RowIteratorProxy


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