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