Package org.eclipse.emf.common.util
Class DelegatingEList.NonResolvingEIterator<E1>
java.lang.Object
AbstractEList<E>.org.eclipse.emf.common.util.AbstractEList.EIterator<E1>
AbstractEList<E>.org.eclipse.emf.common.util.AbstractEList.NonResolvingEIterator<E1>
org.eclipse.emf.common.util.DelegatingEList.NonResolvingEIterator<E1>
- All Implemented Interfaces:
Iterator<E1>
- Enclosing class:
DelegatingEList<E>
@Deprecated
protected class DelegatingEList.NonResolvingEIterator<E1>
extends AbstractEList<E>.NonResolvingEIterator<E1>
Deprecated.
An extended read-only iterator that does not
resolve objects.- See Also:
-
Field Summary
Fields inherited from class org.eclipse.emf.common.util.AbstractEList.EIterator
cursor, expectedModCount, lastCursor -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.emf.common.util.AbstractEList.NonResolvingEIterator
doNext, removeMethods inherited from class org.eclipse.emf.common.util.AbstractEList.EIterator
checkModCount, hasNext, nextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
NonResolvingEIterator
protected NonResolvingEIterator()Deprecated.
-