Package org.eclipse.emf.common.util
Class DelegatingEList.EIterator<E1>
- All Implemented Interfaces:
Iterator<E1>
- Enclosing class:
- DelegatingEList<E>
Deprecated.
An extensible iterator implementation.
- 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.EIterator
checkModCount, doNext, hasNext, next, removeMethods 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
-
EIterator
protected EIterator()Deprecated.
-