Represents the status of some AbstractCursor.
idle
started
closed
next()
hasNext()
close()
rewind()
AbstractCursor.state
Overview
Represents the status of some AbstractCursor.
idlestartedclosedState Transitions
next(),hasNext(), iteration, or any other method that fetches data is called.close()is explicitly called.rewind()is called on any cursor.