protected class ArrayDelegatingEList.NonResolvingEIterator<E1> extends AbstractEList.NonResolvingEIterator<E1>
resolve objects.| 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 |
NonResolvingEIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkModCount()
Checks that the modification count and data array are as expected.
|
doNext, removehasNext, nextprotected java.lang.Object[] expectedData
protected void checkModCount()
checkModCount in class AbstractEList.EIterator<E1>java.util.ConcurrentModificationException - if the modification count is not as expected.Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature