protected class AbstractEList.NonResolvingEIterator<E1> extends AbstractEList.EIterator<E1>
resolve objects.cursor, expectedModCount, lastCursor| Modifier | Constructor and Description |
|---|---|
protected |
NonResolvingEIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected E |
doNext()
Returns the next object and advances the iterator.
|
void |
remove()
Throws and exception.
|
checkModCount, hasNext, nextprotected E doNext()
doNext in class AbstractEList.EIterator<E1>java.util.NoSuchElementException - if the iterator is done.public void remove()
remove in interface java.util.Iterator<E1>remove in class AbstractEList.EIterator<E1>java.lang.UnsupportedOperationException - always because it's not supported.Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature