org.molgenis.omx.dataset
Class DataSetTableIterator
java.lang.Object
org.molgenis.omx.dataset.DataSetTableIterator
- All Implemented Interfaces:
- Iterator<Tuple>
public class DataSetTableIterator
- extends Object
- implements Iterator<Tuple>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSetTableIterator
public DataSetTableIterator(Database db,
List<Field> columns,
Query<ObservationSet> query)
throws DatabaseException
- Throws:
DatabaseException
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<Tuple>
next
public Tuple next()
- Specified by:
next in interface Iterator<Tuple>
remove
public void remove()
- Specified by:
remove in interface Iterator<Tuple>
Copyright © 2013. All Rights Reserved.