E
- The type of element on which this cursor will iteratepublic class CursorIterator<E> extends Object implements Iterator<E>
Constructor and Description |
---|
CursorIterator(Cursor<E> cursor)
Creates a new instance of CursorIterator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2017. All rights reserved.