|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.example.AbstractDataRowReader
edu.udo.cs.yale.example.SimpleArrayDataRowReader
public class SimpleArrayDataRowReader
Creates a data row reader which uses an iterator over SimpleArrayData.
Field Summary | |
---|---|
private Attribute[] |
attributes
|
private java.util.Iterator |
simpleData
|
Constructor Summary | |
---|---|
SimpleArrayDataRowReader(DataRowFactory factory,
Attribute[] attributes,
java.util.Iterator simpleData)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
DataRow |
next()
|
Methods inherited from class edu.udo.cs.yale.example.AbstractDataRowReader |
---|
getFactory, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.Iterator simpleData
private Attribute[] attributes
Constructor Detail |
---|
public SimpleArrayDataRowReader(DataRowFactory factory, Attribute[] attributes, java.util.Iterator simpleData)
Method Detail |
---|
public boolean hasNext()
public DataRow next()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |