public class ReadonlyCollectionIterator<E> extends UnmodifiableIterator<E>
ReadonlyCollectionIterator(Iterable<E> iterable)
boolean
hasNext()
E
next()
remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ReadonlyCollectionIterator(Iterable<E> iterable)
public boolean hasNext()
public E next()
Copyright © 2022. All rights reserved.