Package org.eclipse.emf.common.util
Class BasicEList.NonResolvingEListIterator<E1>
java.lang.Object
AbstractEList<E>.org.eclipse.emf.common.util.AbstractEList.EIterator<E1>
AbstractEList<E>.org.eclipse.emf.common.util.AbstractEList.EListIterator<E1>
AbstractEList<E>.org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator<E1>
org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator<E1>
- All Implemented Interfaces:
Iterator<E1>,ListIterator<E1>
- Enclosing class:
BasicEList<E>
@Deprecated
protected class BasicEList.NonResolvingEListIterator<E1>
extends AbstractEList<E>.NonResolvingEListIterator<E1>
Deprecated.
An extended read-only list 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
ConstructorsConstructorDescriptionDeprecated.Creates an instance.NonResolvingEListIterator(int index) Deprecated.Creates an instance advanced to the index. -
Method Summary
Methods inherited from class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
add, doNext, doPrevious, remove, setMethods inherited from class org.eclipse.emf.common.util.AbstractEList.EListIterator
doAdd, doSet, hasPrevious, nextIndex, previous, previousIndexMethods 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
forEachRemainingMethods inherited from interface java.util.ListIterator
hasNext, next
-
Constructor Details
-
NonResolvingEListIterator
public NonResolvingEListIterator()Deprecated.Creates an instance. -
NonResolvingEListIterator
public NonResolvingEListIterator(int index) Deprecated.Creates an instance advanced to the index.- Parameters:
index- the starting index.
-