public class CursorIterator<T extends BasicCursor> extends Object implements Iterator<T>
Constructor and Description |
---|
CursorIterator(T cursor) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public CursorIterator(T cursor)
public boolean hasNext()
hasNext
in interface Iterator<T extends BasicCursor>
public T next()
next
in interface Iterator<T extends BasicCursor>
Copyright © 2022 CURS. All rights reserved.