public class ImmutableIterator<T> extends Object implements Iterator<T>
ImmutableIterator(Iterator<T> delegate)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ImmutableIterator(Iterator<T> delegate)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.