public interface GridSpiCloseableIterator<T> extends Iterator<T>, AutoCloseable, Serializable
void close()
throws GridException
The method is invoked automatically on objects managed by the
try-with-resources statement.
close in interface AutoCloseableGridException - In case of error.Copyright © 2014. All rights reserved.