public class GridCursorIteratorWrapper<V> extends Object implements GridCursor<V>
Iterator and adapt it to GridCursor.| Constructor and Description |
|---|
GridCursorIteratorWrapper(Iterator<V> iter) |
| Modifier and Type | Method and Description |
|---|---|
V |
get()
Gets element at current position.
|
boolean |
next()
Attempt to move cursor position forward.
|
public V get() throws IgniteCheckedException
GridCursor.next() call.get in interface GridCursor<V>IgniteCheckedException - If failed.public boolean next()
throws IgniteCheckedException
next in interface GridCursor<V>true If we were able to move position of cursor forward.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018