public interface IObjectIterator<T> extends Iterator<T>
| Modifier and Type | Method and Description |
|---|---|
default <E extends Exception> |
forEachRemaining(IConsumer<? super T,E> consumer) |
default void |
remove()
Deprecated.
|
forEachRemaining, hasNext, nextCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.