public final class CursorUtil extends Object
BaseCursor.| Modifier and Type | Method and Description |
|---|---|
static <T> Iterator<T> |
toIterator(BaseCursor<T> cursor)
Returns an
Iterator over the cursor. |
public static <T> Iterator<T> toIterator(BaseCursor<T> cursor)
Iterator over the cursor.T - the element typecursor - the target cursorCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.