public class QueryCursorImpl.LazyIterator<Type> extends Object implements Iterator<Type>, AutoCloseable
| Constructor and Description |
|---|
LazyIterator(Iterator<Type> delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
forEachRemaining(Consumer<? super Type> action) |
boolean |
hasNext() |
Type |
next() |
void |
remove() |
public void forEachRemaining(Consumer<? super Type> action)
forEachRemaining in interface Iterator<Type>public void close()
throws Exception
close in interface AutoCloseableException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021