|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.emf.common.util.DelegatingEList.EIterator<E1> org.eclipse.emf.common.util.DelegatingEList.NonResolvingEIterator<E1>
protected class DelegatingEList.NonResolvingEIterator<E1>
An extended read-only iterator that does not resolve
objects.
Field Summary |
---|
Fields inherited from class org.eclipse.emf.common.util.DelegatingEList.EIterator |
---|
cursor, expectedModCount, lastCursor |
Constructor Summary | |
---|---|
protected |
DelegatingEList.NonResolvingEIterator()
|
Method Summary | |
---|---|
E |
doNext()
Returns the next object and advances the iterator. |
void |
remove()
Throws and exception. |
Methods inherited from class org.eclipse.emf.common.util.DelegatingEList.EIterator |
---|
checkModCount, hasNext, next |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DelegatingEList.NonResolvingEIterator()
Method Detail |
---|
public E doNext()
doNext
in class DelegatingEList.EIterator<E1>
java.util.NoSuchElementException
- if the iterator is done.public void remove()
remove
in interface java.util.Iterator<E1>
remove
in class DelegatingEList.EIterator<E1>
java.lang.UnsupportedOperationException
- always because it's not supported.
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |