public class CopiedIterator<V> extends Object implements Iterator<V>
CopiedIterator(Iterator<V> iterator)
boolean
hasNext()
V
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public CopiedIterator(Iterator<V> iterator)
public boolean hasNext()
hasNext
Iterator<V>
public V next()
next
public void remove()
remove
Copyright © 2019. All rights reserved.