com.centrasite.control
Class RowIterator

java.lang.Object
  extended by com.centrasite.control.RowIterator

public class RowIterator
extends java.lang.Object


Constructor Summary
RowIterator(java.util.Collection rows, java.util.Collection headings, java.util.HashMap accessor)
          Construct a RowIterator
 
Method Summary
 java.util.Collection getRows()
           
 boolean hasNext()
           
 Row nextRow()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowIterator

public RowIterator(java.util.Collection rows,
                   java.util.Collection headings,
                   java.util.HashMap accessor)
Construct a RowIterator

Parameters:
rows - collection of Item objects
headings - collection of (internal) header names
accessor - tzhe hashmap of value accessors
Method Detail

remove

public void remove()

hasNext

public boolean hasNext()

nextRow

public Row nextRow()

getRows

public java.util.Collection getRows()