Package org.eclipse.emf.common.util
Class BasicEList.EListIterator<E1>
java.lang.Object
AbstractEList<E>.org.eclipse.emf.common.util.AbstractEList.EIterator<E1>
AbstractEList<E>.org.eclipse.emf.common.util.AbstractEList.EListIterator<E1>
org.eclipse.emf.common.util.BasicEList.EListIterator<E1>
- All Implemented Interfaces:
Iterator<E1>,ListIterator<E1>
- Enclosing class:
BasicEList<E>
Deprecated.
An extensible list iterator implementation.
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.emf.common.util.AbstractEList.EIterator
cursor, expectedModCount, lastCursor -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates an instance.EListIterator(int index) Deprecated.Creates an instance advanced to the index. -
Method Summary
Methods inherited from class org.eclipse.emf.common.util.AbstractEList.EListIterator
add, doAdd, doPrevious, doSet, hasPrevious, nextIndex, previous, previousIndex, setMethods 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
forEachRemainingMethods inherited from interface java.util.ListIterator
hasNext, next, remove
-
Constructor Details
-
EListIterator
public EListIterator()Deprecated.Creates an instance. -
EListIterator
public EListIterator(int index) Deprecated.Creates an instance advanced to the index.- Parameters:
index- the starting index.
-