public interface IClosableIterator<T,E extends Exception> extends ICloseable<E>, Iterable<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
default Iterator<T> |
iterator() |
T |
next() |
closeforEach, spliteratorCopyright © 2007–2016 Andreas Bartels. All rights reserved.