public interface ResultIterator<E>
extends java.util.Iterator<E>, java.io.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.
|