public class RowIterator
extends java.lang.Object
Constructor and Description |
---|
RowIterator(java.util.Collection rows,
java.util.Collection headings,
java.util.HashMap accessor)
Construct a RowIterator
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection |
getRows() |
boolean |
hasNext() |
Row |
nextRow() |
void |
remove() |
public RowIterator(java.util.Collection rows, java.util.Collection headings, java.util.HashMap accessor)
rows
- collection of Item objectsheadings
- collection of (internal) header namesaccessor
- tzhe hashmap of value accessorspublic void remove()
public boolean hasNext()
public Row nextRow()
public java.util.Collection getRows()