public final class ReadOnlyIterator<T> extends java.lang.Object implements java.util.Iterator<T>
ReadOnlyIterator(java.util.Iterator<? extends T> iterator)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ReadOnlyIterator(java.util.Iterator<? extends T> iterator)
public boolean hasNext()
hasNext
java.util.Iterator<T>
public T next()
next
public void remove()
remove
Copyright © 2024 即时通讯网(52im.net) - 即时通讯开发者社区. All rights reserved.