public class ImmutableIterator<T> extends Object implements Iterator<T>
Constructor and Description |
---|
ImmutableIterator(Iterator<T> delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ImmutableIterator(Iterator<T> delegate)
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.