E - The type of the iterated values.public abstract class AbstractBaseIterator<E>
extends java.lang.Object
implements java.util.Iterator<E>
Iterators in this package. Classes that inherit from this class will always throw an
UnsupportedOperationException when remove() is called.| Constructor and Description |
|---|
AbstractBaseIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
remove() |
public final void remove()
remove in interface java.util.Iterator<E>