abstract static class Iterators.ReadOnly<T>
extends java.lang.Object
implements java.util.Iterator<T>
Constructor and Description |
---|
ReadOnly() |
Modifier and Type | Method and Description |
---|---|
void |
remove() |
public final void remove()
remove
in interface java.util.Iterator<T>