org.eclipse.emf.ecore.util
Interface FeatureMap.ValueListIterator

All Superinterfaces:
EContentsEList.FeatureIterator, EContentsEList.FeatureListIterator, Iterator, ListIterator
All Known Implementing Classes:
BasicFeatureMap.ValueListIteratorImpl, DelegatingFeatureMap.ValueListIteratorImpl
Enclosing interface:
FeatureMap

public static interface FeatureMap.ValueListIterator
extends EContentsEList.FeatureListIterator


Method Summary
 void add(EStructuralFeature eStructuralFeature, Object value)
           
 
Methods inherited from interface org.eclipse.emf.ecore.util.EContentsEList.FeatureIterator
feature
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 
Methods inherited from interface java.util.ListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
 

Method Detail

add

public void add(EStructuralFeature eStructuralFeature,
                Object value)

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.