Iterator
protected final class AbstractPersistentCollection.IteratorProxy extends Object implements Iterator
protected Iterator
itr
IteratorProxy(Iterator itr)
boolean
hasNext()
Object
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected final Iterator itr
public IteratorProxy(Iterator itr)
public boolean hasNext()
hasNext
public Object next()
next
public void remove()
remove