public static class CloseableIterable.ConcatCloseableIterable<E> extends CloseableGroup implements CloseableIterable<E>
CloseableIterable.ConcatCloseableIterable<E>
Modifier and Type | Method and Description |
---|---|
CloseableIterator<E> |
iterator()
Returns a closeable iterator over elements of type
T . |
addCloseable, addCloseable, close, setSuppressCloseFailure
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
combine, concat, count, empty, filter, filter, transform, whenComplete, withNoopClose, withNoopClose
public CloseableIterator<E> iterator()
CloseableIterable
T
.iterator
in interface java.lang.Iterable<E>
iterator
in interface CloseableIterable<E>
CloseableIterator
.