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