org.ujac.util.table
Class ReportIterator

java.lang.Object
  extended by org.ujac.util.table.ReportIterator
All Implemented Interfaces:
Iterator

public class ReportIterator
extends Object
implements Iterator

Name: ReportTableIterator
Description: A iterator class for report tables.

Author:
lauerc

Constructor Summary
protected ReportIterator(ReportTable report, ReportFunction[] functions, ReportGroup[] groups)
          Contructs a ReportIterator intance with specific attributes.
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportIterator

protected ReportIterator(ReportTable report,
                         ReportFunction[] functions,
                         ReportGroup[] groups)
Contructs a ReportIterator intance with specific attributes.

Parameters:
report - The report we want to iterate.
functions - The report functions.
groups - The report groups.
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator
See Also:
Iterator.hasNext()

next

public Object next()
Specified by:
next in interface Iterator
See Also:
Iterator.next()

remove

public void remove()
Specified by:
remove in interface Iterator
See Also:
Iterator.remove()


Copyright © 2003-2004 UJAC.org. All Rights Reserved.