org.eclipse.emf.ecore.util
Class FeatureMapUtil.FeatureEList.Basic
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList.Basic
- All Implemented Interfaces:
- java.util.Collection, EList, EStructuralFeature.Setting, InternalEList, InternalEList.Unsettable, java.util.List
- Enclosing class:
- FeatureMapUtil.FeatureEList
- public static class FeatureMapUtil.FeatureEList.Basic
- extends FeatureMapUtil.FeatureEList
Fields inherited from class java.util.AbstractList |
modCount |
Method Summary |
java.util.List |
basicList()
Returns an unmodifiable list that yields unresolved values. |
java.util.Iterator |
iterator()
|
java.util.ListIterator |
listIterator()
|
java.util.ListIterator |
listIterator(int index)
|
Methods inherited from class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList |
add, add, addAll, addAll, addAllUnique, addAllUnique, addUnique, addUnique, addUnique, basicAdd, basicGet, basicIterator, basicListIterator, basicListIterator, basicRemove, clear, contains, containsAll, get, get, getEObject, getEStructuralFeature, getFeature, getFeatureID, indexOf, isEmpty, isSet, lastIndexOf, move, move, remove, remove, removeAll, retainAll, set, set, setUnique, size, toArray, toArray, toString, unset |
Methods inherited from class java.util.AbstractList |
equals, hashCode, removeRange, subList |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
equals, hashCode, subList |
FeatureMapUtil.FeatureEList.Basic
public FeatureMapUtil.FeatureEList.Basic(EStructuralFeature feature,
FeatureMap.Internal featureMap)
iterator
public java.util.Iterator iterator()
- Specified by:
iterator
in interface java.util.List
- Overrides:
iterator
in class FeatureMapUtil.FeatureEList
listIterator
public java.util.ListIterator listIterator()
- Specified by:
listIterator
in interface java.util.List
- Overrides:
listIterator
in class FeatureMapUtil.FeatureEList
listIterator
public java.util.ListIterator listIterator(int index)
- Specified by:
listIterator
in interface java.util.List
- Overrides:
listIterator
in class FeatureMapUtil.FeatureEList
basicList
public java.util.List basicList()
- Description copied from interface:
InternalEList
- Returns an unmodifiable list that yields unresolved values.
- Specified by:
basicList
in interface InternalEList
- Overrides:
basicList
in class FeatureMapUtil.FeatureEList