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