Class DelegatingEList.NonResolvingEListIterator<E1>

java.lang.Object
AbstractEList<E>.EIterator<E1>
AbstractEList<E>.EListIterator<E1>
AbstractEList<E>.NonResolvingEListIterator<E1>
org.eclipse.emf.common.util.DelegatingEList.NonResolvingEListIterator<E1>
All Implemented Interfaces:
Iterator<E1>, ListIterator<E1>
Enclosing class:
DelegatingEList<E>

@Deprecated protected class DelegatingEList.NonResolvingEListIterator<E1> extends AbstractEList<E>.NonResolvingEListIterator<E1>
Deprecated.
An extended read-only list iterator that does not resolve objects.
See Also:
  • 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.