E - the type of elements returned by this iteratorpublic abstract class UnmodifiableIterator<E> extends Object implements Iterator<E>
Class taken from the google guava project guava.
| Modifier | Constructor and Description |
|---|---|
protected |
UnmodifiableIterator()
Constructor for use by subclasses.
|
protected UnmodifiableIterator()
@Deprecated public final void remove()
remove in interface Iterator<E>UnsupportedOperationException - alwaysCopyright © 2017. All rights reserved.