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