protected class ArrayDelegatingEList.EIterator<E1> extends AbstractEList.EIterator<E1>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object[] |
expectedData
The expected data array of the containing list.
|
cursor, expectedModCount, lastCursor| Modifier | Constructor and Description |
|---|---|
protected |
ArrayDelegatingEList.EIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkModCount()
Checks that the modification count and data array are as expected.
|
doNext, hasNext, next, removeprotected java.lang.Object[] expectedData
protected void checkModCount()
checkModCount in class AbstractEList.EIterator<E1>java.util.ConcurrentModificationException - if the modification count is not as expected.