Package ru.curs.celesta.dbutils
Class CursorIterator<T extends BasicCursor>
java.lang.Object
ru.curs.celesta.dbutils.CursorIterator<T>
- All Implemented Interfaces:
Iterator<T>
-
Constructor Details
-
CursorIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<T extends BasicCursor>
-
next
- Specified by:
nextin interfaceIterator<T extends BasicCursor>
-