Class GridFilteredClosableIterator<T>
- java.lang.Object
-
- org.apache.ignite.internal.util.lang.GridFilteredIterator<T>
-
- org.apache.ignite.internal.util.lang.GridFilteredClosableIterator<T>
-
- All Implemented Interfaces:
AutoCloseable,Iterator<T>
public abstract class GridFilteredClosableIterator<T> extends GridFilteredIterator<T> implements AutoCloseable
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.util.lang.GridFilteredIterator
it
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGridFilteredClosableIterator(GridCloseableIterator<? extends T> it)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()-
Methods inherited from class org.apache.ignite.internal.util.lang.GridFilteredIterator
accept, hasNext, next, remove
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
GridFilteredClosableIterator
protected GridFilteredClosableIterator(GridCloseableIterator<? extends T> it)
- Parameters:
it- Closeable iterator.
-
-
Method Detail
-
close
public void close() throws IgniteCheckedException- Specified by:
closein interfaceAutoCloseable- Throws:
IgniteCheckedException
-
-