Module net.anwiba.commons.lang
Interface IClosableIterator<T,E extends Exception>
- All Superinterfaces:
AutoCloseable,ICloseable<E>,Iterable<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T,E extends Exception>
IClosableIterator<T,E> empty()booleanhasNext()iterator()next()static <T,E extends Exception>
IClosableIterator<T,E> static <T> IClosableIterator<T,RuntimeException> Methods inherited from interface net.anwiba.commons.lang.functional.ICloseable
closeMethods inherited from interface java.lang.Iterable
forEach, spliterator