protected class ArrayDelegatingEList.EListIterator<E1> extends AbstractEList.EListIterator<E1>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object[] |
expectedData
The expected data array of the containing list.
|
cursor, expectedModCount, lastCursor| Constructor and Description |
|---|
ArrayDelegatingEList.EListIterator()
Creates an instance.
|
ArrayDelegatingEList.EListIterator(int index)
Creates an instance advanced to the index.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkModCount()
Checks that the modification count and data array are as expected.
|
add, doAdd, doPrevious, doSet, hasPrevious, nextIndex, previous, previousIndex, setdoNext, hasNext, next, removeprotected java.lang.Object[] expectedData
public ArrayDelegatingEList.EListIterator()
public ArrayDelegatingEList.EListIterator(int index)
index - the starting index.protected void checkModCount()
checkModCount in class AbstractEList.EIterator<E1>java.util.ConcurrentModificationException - if the modification count is not as expected.