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