T - The type of value in the iterator.public class CursorIterator<T> extends Object implements Iterator<T>
Iterable.iterator().| Constructor and Description |
|---|
CursorIterator(Cursor<T> cur)
Construct a new iterator from a cursor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining