org.opengts.war.report
Class ReportData.ListDataIterator

java.lang.Object
  extended by org.opengts.war.report.ReportData.ListDataIterator
All Implemented Interfaces:
DBDataIterator
Enclosing class:
ReportData

protected class ReportData.ListDataIterator
extends java.lang.Object
implements DBDataIterator

This is an implementation of DBDataIterator that iterates through an array of row objects


Constructor Summary
ReportData.ListDataIterator(java.util.List data)
           
 
Method Summary
 boolean hasNext()
           
 DBDataRow next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportData.ListDataIterator

public ReportData.ListDataIterator(java.util.List data)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface DBDataIterator

next

public DBDataRow next()
Specified by:
next in interface DBDataIterator