Class DefaultCursor.CursorIterator
java.lang.Object
org.apache.ibatis.cursor.defaults.DefaultCursor.CursorIterator
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
- DefaultCursor<T>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
Index of objects returned using next(), and as such, visible to users.(package private) T
Holder for the next object to be returned. -
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
object
T objectHolder for the next object to be returned. -
iteratorIndex
int iteratorIndexIndex of objects returned using next(), and as such, visible to users.
-
-
Constructor Details
-
CursorIterator
protected CursorIterator()
-
-
Method Details