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, waitforEachRemaining, removepublic CursorIterator(T cursor)
public boolean hasNext()
hasNext in interface Iterator<T extends BasicCursor>public T next()
next in interface Iterator<T extends BasicCursor>Copyright © 2021 CURS. All rights reserved.