public interface UnmodIterator<E> extends Iterator<E>
| Modifier and Type | Interface and Description |
|---|---|
static class |
UnmodIterator.UnIterator
Instead of calling this directly, please use
emptyUnmodIterator() instead |
| Modifier and Type | Method and Description |
|---|---|
static <T> UnmodIterator<T> |
emptyUnmodIterator()
Returns the empty unmodifiable iterator.
|
default void |
remove()
Deprecated.
|
forEachRemaining, hasNext, next@Deprecated default void remove()
static <T> UnmodIterator<T> emptyUnmodIterator()
Copyright © 2019. All rights reserved.