public final class ReadOnlyIterator<T> extends Object implements Iterator<T>
ReadOnlyIterator(Iterator<? extends T> iterator)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ReadOnlyIterator(Iterator<? extends T> iterator)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
Copyright © 2008–2013 The Netty Project. All rights reserved.