org.molgenis.omx.dataset
Class DataSetTableIterator

java.lang.Object
  extended by org.molgenis.omx.dataset.DataSetTableIterator
All Implemented Interfaces:
Iterator<Tuple>

public class DataSetTableIterator
extends Object
implements Iterator<Tuple>


Constructor Summary
DataSetTableIterator(Database db, List<Field> columns, Query<ObservationSet> query)
           
 
Method Summary
 boolean hasNext()
           
 Tuple next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSetTableIterator

public DataSetTableIterator(Database db,
                            List<Field> columns,
                            Query<ObservationSet> query)
                     throws DatabaseException
Throws:
DatabaseException
Method Detail

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.