public interface DataIterator<T> extends Iterator<T>
DataProvider SQLDataProvider| Modifier and Type | Method and Description |
|---|---|
void |
close()
Clean up after any resources associated with this iterator
The iterator can be closed even if the iterator wasn't iterated over all of its elements.
|
forEachRemaining, hasNext, next, removeCopyright © GigaSpaces.