org.eclipse.emf.common.util
Class ArrayDelegatingEList.NonResolvingEIterator<E1>

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEList.EIterator<E1>
      extended by org.eclipse.emf.common.util.AbstractEList.NonResolvingEIterator<E1>
          extended by org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEIterator<E1>
All Implemented Interfaces:
java.util.Iterator<E1>
Enclosing class:
ArrayDelegatingEList<E>

protected class ArrayDelegatingEList.NonResolvingEIterator<E1>
extends AbstractEList.NonResolvingEIterator<E1>

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


Field Summary
protected  java.lang.Object[] expectedData
          The expected data array of the containing list.
 
Fields inherited from class org.eclipse.emf.common.util.AbstractEList.EIterator
cursor, expectedModCount, lastCursor
 
Constructor Summary
protected ArrayDelegatingEList.NonResolvingEIterator()
           
 
Method Summary
protected  void checkModCount()
          Checks that the modification count and data array are as expected.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEList.NonResolvingEIterator
doNext, remove
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEList.EIterator
hasNext, next
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expectedData

protected java.lang.Object[] expectedData
The expected data array of the containing list.

Constructor Detail

ArrayDelegatingEList.NonResolvingEIterator

protected ArrayDelegatingEList.NonResolvingEIterator()
Method Detail

checkModCount

protected void checkModCount()
Checks that the modification count and data array are as expected.

Overrides:
checkModCount in class AbstractEList.EIterator<E1>
Throws:
java.util.ConcurrentModificationException - if the modification count is not as expected.

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