public interface CloseableIterable<T> extends Iterable<T>
CloseableIterator.| Modifier and Type | Method and Description |
|---|---|
CloseableIterator<T> |
closeableIterator()
Returns an iterator over a set of elements of type T which can be closed.
|
forEach, iterator, spliteratorCloseableIterator<T> closeableIterator()
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.