private static class AbstractCopyOnWriteMap.UnmodifiableIterator<T> extends java.lang.Object implements java.util.Iterator<T>
private java.util.Iterator<T>
delegate
UnmodifiableIterator(java.util.Iterator<T> delegate)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private final java.util.Iterator<T> delegate
public boolean hasNext()
hasNext
java.util.Iterator<T>
public T next()
next
public void remove()
remove