Interface CloseableIterableWithoutException<T>
- Type Parameters:
T- type of elements of the iterator
- All Superinterfaces:
CloseableIterable<T>, Iterable<T>
- All Known Implementing Classes:
CloseableIterableAdapter
Iterable exposing iterators that do not throw checked exceptions.
- Author:
- Cl�ment Sipieter (INRIA) <clement@6pi.fr>
-
Method Summary
Methods inherited from interface Iterable
forEach, spliterator
-
Method Details
-
iterator
CloseableIteratorWithoutException<T> iterator()Description copied from interface:CloseableIterableReturns a closeable iterator over the elements.
-