T
public final class UnmodifiableIterator<T> extends Object implements Iterator<T>
private Iterator<T>
inner
UnmodifiableIterator(Iterator<T> inner)
boolean
hasNext()
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private Iterator<T> inner
public UnmodifiableIterator(Iterator<T> inner)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove