T
- public abstract class ReadOnlyIterator<T> extends Object implements Iterator<T>
remove()
will result in an
UnsupportedOperationException
Constructor and Description |
---|
ReadOnlyIterator() |
Modifier and Type | Method and Description |
---|---|
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, hasNext, next
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.