|
||||||||||
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.EListIterator<E> org.eclipse.emf.ecore.util.DelegatingFeatureMap.ValueListIteratorImpl<E>
protected class DelegatingFeatureMap.ValueListIteratorImpl<E>
Field Summary |
---|
Fields inherited from class org.eclipse.emf.common.util.DelegatingEList.EIterator |
---|
cursor, expectedModCount, lastCursor |
Constructor Summary | |
---|---|
DelegatingFeatureMap.ValueListIteratorImpl()
|
|
DelegatingFeatureMap.ValueListIteratorImpl(int index)
|
Method Summary | |
---|---|
void |
add(E value)
Adds the object at the next index and advances the iterator past it. |
void |
add(EStructuralFeature eStructuralFeature,
java.lang.Object value)
|
EStructuralFeature |
feature()
|
E |
next()
Returns the next object and advances the iterator. |
E |
previous()
Returns the previous object and advances the iterator. |
Methods inherited from class org.eclipse.emf.common.util.DelegatingEList.EListIterator |
---|
doAdd, doPrevious, doSet, hasPrevious, nextIndex, previousIndex, set |
Methods inherited from class org.eclipse.emf.common.util.DelegatingEList.EIterator |
---|
checkModCount, doNext, hasNext, remove |
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, hasPrevious, nextIndex, previousIndex, remove, set |
Constructor Detail |
---|
public DelegatingFeatureMap.ValueListIteratorImpl()
public DelegatingFeatureMap.ValueListIteratorImpl(int index)
Method Detail |
---|
public EStructuralFeature feature()
feature
in interface EContentsEList.FeatureIterator<E>
public E next()
DelegatingEList.EIterator
doNext
.
next
in interface java.util.Iterator<E>
next
in interface java.util.ListIterator<E>
next
in class DelegatingEList.EIterator<E>
public E previous()
DelegatingEList.EListIterator
doPrevious
.
previous
in interface java.util.ListIterator<E>
previous
in class DelegatingEList.EListIterator<E>
public void add(E value)
DelegatingEList.EListIterator
next
index and advances the iterator past it.
This implementation delegates to doAdd
.
add
in interface java.util.ListIterator<E>
add
in class DelegatingEList.EListIterator<E>
value
- the object to add.public void add(EStructuralFeature eStructuralFeature, java.lang.Object value)
add
in interface FeatureMap.ValueListIterator<E>
|
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 |