public 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 © 2003–2016 The Apache Software Foundation. All rights reserved.