org.gcube.contentmanagement.codelistmanager.util
Class RowIterator
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowIterator
public RowIterator(org.gcube.common.dbinterface.queries.Select select)
throws Exception
- Throws:
Exception
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.