Class 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:
  • 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.