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