T - type of values returned by this Iteratorpublic interface ResourceIterator<T> extends Iterator<T>, Resource
close()
or by exhausting the iterator.ResourceIterable,
Transaction| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the iterator early, freeing associated resources
It is an error to use the iterator after this has been called.
|
forEachRemaining, hasNext, next, removevoid close()
close in interface AutoCloseableclose in interface ResourceCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.