public interface CloseableIterator<T> extends Iterator<T>, AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
forEachRemaining, hasNext, next, removevoid close()
close in interface AutoCloseableCopyright © 2019 JBoss by Red Hat. All rights reserved.