org.gcube.contentmanagement.codelistmanager.util
Class RowIterator

java.lang.Object
  extended by org.gcube.contentmanagement.codelistmanager.util.RowIterator
All Implemented Interfaces:
Iterator<List<String>>

public class RowIterator
extends Object
implements Iterator<List<String>>


Constructor Summary
RowIterator(org.gcube.common.dbinterface.queries.Select select)
           
 
Method Summary
 boolean hasNext()
           
 List<String> next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowIterator

public RowIterator(org.gcube.common.dbinterface.queries.Select select)
            throws Exception
Throws:
Exception
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<List<String>>

next

public List<String> next()
Specified by:
next in interface Iterator<List<String>>

remove

public void remove()
Specified by:
remove in interface Iterator<List<String>>


Copyright © 2014. All Rights Reserved.