public static class Immutables.ImmutableIteratorWrapper<E>
extends java.lang.Object
implements java.util.Iterator<E>
| Constructor and Description |
|---|
ImmutableIteratorWrapper(java.util.Iterator<? extends E> iterator) |
| Modifier and Type | Method and Description |
|---|---|
void |
forEachRemaining(java.util.function.Consumer<? super E> action) |
boolean |
hasNext() |
E |
next() |