Class BasicEList.EListIterator<E1>

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

@Deprecated protected class BasicEList.EListIterator<E1> extends AbstractEList<E>.EListIterator<E1>
Deprecated.
An extensible list iterator implementation.
See Also:
  • 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.