public class GridCursorIteratorWrapper<V> extends Object implements GridCursor<V>
Iterator and adapt it to GridCursor.| Constructor and Description |
|---|
GridCursorIteratorWrapper(Iterator<V> iter) |
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.1.0 Release Date : July 20 2017