class StateChangeHandler.ConcurrentModificationDetectingSet.IteratorImpl
extends java.lang.Object
implements java.util.Iterator<E>
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Iterator<E> |
delegateIterator |
| Constructor and Description |
|---|
IteratorImpl(java.util.Iterator<E> delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |