|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.BasicEList.EIterator
org.eclipse.emf.common.util.BasicEList.EListIterator
org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator
An extended read-only list iterator that does not resolve
objects.
Field Summary |
Fields inherited from class org.eclipse.emf.common.util.BasicEList.EIterator |
cursor, expectedModCount, lastCursor |
Constructor Summary | |
BasicEList.NonResolvingEListIterator()
Creates an instance. |
|
BasicEList.NonResolvingEListIterator(int index)
Creates an instance advanced to the index. |
Method Summary | |
void |
add(Object object)
Throws an exception. |
Object |
next()
Returns the next object and advances the iterator. |
Object |
previous()
Returns the previous object and advances the iterator. |
void |
remove()
Throws an exception. |
void |
set(Object object)
Throws an exception. |
Methods inherited from class org.eclipse.emf.common.util.BasicEList.EListIterator |
hasPrevious, nextIndex, previousIndex |
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 |
Methods inherited from interface java.util.ListIterator |
hasNext |
Constructor Detail |
public BasicEList.NonResolvingEListIterator()
public BasicEList.NonResolvingEListIterator(int index)
index
- the starting index.Method Detail |
public Object next()
next
in interface ListIterator
next
in class BasicEList.EIterator
NoSuchElementException
- if the iterator is done.public Object previous()
previous
in interface ListIterator
previous
in class BasicEList.EListIterator
NoSuchElementException
- if the iterator is done.public void remove()
remove
in interface ListIterator
remove
in class BasicEList.EIterator
UnsupportedOperationException
- always because it's not supported.public void set(Object object)
set
in interface ListIterator
set
in class BasicEList.EListIterator
object
- the object to set.
UnsupportedOperationException
- always because it's not supported.public void add(Object object)
add
in interface ListIterator
add
in class BasicEList.EListIterator
object
- the object to add.
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 |