public interface ResultIterator<E> extends Iterator<E>, Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This method must be called on your iterator once you have finished so that any local
or remote resources can be freed up.
|
forEachRemaining, hasNext, next, removevoid close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.