public static class Immutables.ImmutableIteratorWrapper<E> extends Object implements Iterator<E>
Constructor and Description |
---|
ImmutableIteratorWrapper(Iterator<? extends E> iterator) |
Modifier and Type | Method and Description |
---|---|
void |
forEachRemaining(Consumer<? super E> action) |
boolean |
hasNext() |
E |
next() |
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.