Package org.orbisgis.data.jdbc
Class ResultSetIterator<T extends ResultSet>
- java.lang.Object
-
- org.orbisgis.data.jdbc.ResultSetIterator<T>
-
- All Implemented Interfaces:
Iterator<T>
public class ResultSetIterator<T extends ResultSet> extends Object implements Iterator<T>
Iterator dedicated to the iteration on aResultSetIterator.- Author:
- Erwan Bocher (CNRS), Sylvain PALOMINOS (Lab-STICC UBS 2018-2019)
-
-
Constructor Summary
Constructors Constructor Description ResultSetIterator(T resultSet)Main constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Tnext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-