org.eclipse.emf.common.util
Class BasicEList.NonResolvingEListIterator<E1>

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

Deprecated.

@Deprecated
protected class BasicEList.NonResolvingEListIterator<E1>
extends AbstractEList.NonResolvingEListIterator<E1>

An extended read-only list iterator that does not resolve objects.

See Also:
AbstractEList.NonResolvingEListIterator

Field Summary
 
Fields inherited from class org.eclipse.emf.common.util.AbstractEList.EIterator
cursor, expectedModCount, lastCursor
 
Constructor Summary
BasicEList.NonResolvingEListIterator()
          Deprecated. Creates an instance.
BasicEList.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, set
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEList.EListIterator
doAdd, doSet, hasPrevious, nextIndex, previous, previousIndex
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEList.EIterator
checkModCount, hasNext, next
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.ListIterator
hasNext, next
 

Constructor Detail

BasicEList.NonResolvingEListIterator

public BasicEList.NonResolvingEListIterator()
Deprecated. 
Creates an instance.


BasicEList.NonResolvingEListIterator

public BasicEList.NonResolvingEListIterator(int index)
Deprecated. 
Creates an instance advanced to the index.

Parameters:
index - the starting index.

Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.