Interface IClosableIterator<T,E extends java.lang.Exception>
-
- All Superinterfaces:
java.lang.AutoCloseable,ICloseable<E>,java.lang.Iterable<T>
public interface IClosableIterator<T,E extends java.lang.Exception> extends ICloseable<E>, java.lang.Iterable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description booleanhasNext()default java.util.Iterator<T>iterator()Tnext()-
Methods inherited from interface net.anwiba.commons.lang.functional.ICloseable
close
-
-