org.eclipse.uml2.common.util
Class SubsetEObjectContainmentEList
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
org.eclipse.emf.common.util.BasicEList
org.eclipse.emf.common.notify.impl.NotifyingListImpl
org.eclipse.emf.ecore.util.EcoreEList
org.eclipse.emf.ecore.util.EObjectEList
org.eclipse.uml2.common.util.SubsetEObjectEList
org.eclipse.uml2.common.util.SubsetEObjectContainmentEList
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Collection, EList, EStructuralFeature.Setting, InternalEList, InternalEList.Unsettable, java.util.List, NotifyingList, java.util.RandomAccess, java.io.Serializable
- Direct Known Subclasses:
- SubsetEObjectContainmentEList.Resolving, SubsetEObjectContainmentEList.Unsettable, SubsetEObjectContainmentWithInverseEList
Deprecated. Use SubsetSupersetEObjectContainmentEList
- public class SubsetEObjectContainmentEList
- extends SubsetEObjectEList
- See Also:
- Serialized Form
Fields inherited from class java.util.AbstractList |
modCount |
Method Summary |
boolean |
addAll(java.util.Collection collection)
Deprecated. |
boolean |
addAll(int index,
java.util.Collection collection)
Deprecated. |
protected boolean |
hasInverse()
Deprecated. |
protected boolean |
hasNavigableInverse()
Deprecated. |
protected boolean |
isContainment()
Deprecated. |
Methods inherited from class org.eclipse.emf.ecore.util.EcoreEList |
basicIterator, basicList, basicListIterator, basicListIterator, contains, createNotification, createNotification, dispatchNotification, get, getEObject, getEStructuralFeature, getFeature, getFeatureType, getInverseEReference, getInverseFeatureClass, getInverseFeatureID, getNotifier, hasInstanceClass, hasManyInverse, hasProxies, indexOf, inverseAdd, inverseRemove, isInstance, isNotificationRequired, isSet, lastIndexOf, newData, resolve, resolve, resolveProxy, set, toArray, toArray, unset, validate |
Methods inherited from class org.eclipse.emf.common.notify.impl.NotifyingListImpl |
addAllUnique, addAllUnique, addAllUnique, addAllUnique, addUnique, addUnique, basicRemove, clear, createNotification, createNotificationChain, doAddAllUnique, doAddAllUnique, doAddAllUnique, doAddAllUnique, doAddUnique, doAddUnique, doClear, doMove, doRemove, doRemoveAll, doSetUnique, getFeatureID, hasShadow, move, remove, removeAll, setUnique, shadowAdd, shadowRemove, shadowSet |
Methods inherited from class org.eclipse.emf.common.util.BasicEList |
assign, basicGet, clone, containsAll, data, didAdd, didChange, didClear, didMove, didRemove, didSet, equalObjects, equals, get, getDuplicates, getNonDuplicates, grow, hashCode, isEmpty, iterator, listIterator, listIterator, move, remove, retainAll, setData, shrink, size, toString |
Methods inherited from class java.util.AbstractList |
removeRange, subList |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.common.util.EList |
move, move |
Methods inherited from interface java.util.List |
clear, containsAll, equals, get, hashCode, isEmpty, iterator, listIterator, listIterator, remove, remove, removeAll, retainAll, size, subList |
SubsetEObjectContainmentEList
public SubsetEObjectContainmentEList(java.lang.Class dataClass,
InternalEObject owner,
int featureID,
int[] supersetFeatureIDs)
- Deprecated.
SubsetEObjectContainmentEList
public SubsetEObjectContainmentEList(java.lang.Class dataClass,
InternalEObject owner,
int featureID,
int supersetFeatureID)
- Deprecated.
hasInverse
protected boolean hasInverse()
- Deprecated.
hasNavigableInverse
protected boolean hasNavigableInverse()
- Deprecated.
isContainment
protected boolean isContainment()
- Deprecated.
addAll
public boolean addAll(java.util.Collection collection)
- Deprecated.
- Specified by:
addAll
in interface java.util.List
- Overrides:
addAll
in class SubsetEObjectEList
addAll
public boolean addAll(int index,
java.util.Collection collection)
- Deprecated.
- Specified by:
addAll
in interface java.util.List
- Overrides:
addAll
in class SubsetEObjectEList