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