public interface IgniteSpiCloseableIterator<T> extends Iterator<T>, AutoCloseable, Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the iterator and frees all the resources held by the iterator.
|
forEachRemaining, hasNext, next, removevoid close()
throws IgniteCheckedException
The method is invoked automatically on objects managed by the
try-with-resources statement.
close in interface AutoCloseableIgniteCheckedException - In case of error.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025