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