public class GridWeakIterator<T> extends WeakReference<Iterator<T>>
| Constructor and Description |
|---|
GridWeakIterator(Iterator<T> ref,
GridCloseableIterator<T> it,
ReferenceQueue<Iterator<T>> q) |
public GridWeakIterator(Iterator<T> ref, GridCloseableIterator<T> it, ReferenceQueue<Iterator<T>> q)
ref - Referent.it - Closeable iterator.q - Referent queue.public void close()
throws GridException
GridException - If failed.Copyright © 2014. All rights reserved.