org.eclipse.emf.ecore.util
Class DelegatingEcoreEList.Generic
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
org.eclipse.emf.common.util.DelegatingEList
org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
org.eclipse.emf.ecore.util.DelegatingEcoreEList
org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
- All Implemented Interfaces:
- Cloneable, Collection, EList, EStructuralFeature.Setting, InternalEList, InternalEList.Unsettable, List, NotifyingList, Serializable
- Direct Known Subclasses:
- DelegatingEcoreEList.Dynamic
- Enclosing class:
- DelegatingEcoreEList
- public abstract static class DelegatingEcoreEList.Generic
- extends DelegatingEcoreEList
- See Also:
- Serialized Form
Methods inherited from class org.eclipse.emf.ecore.util.DelegatingEcoreEList |
basicGet, basicIterator, basicList, basicListIterator, basicListIterator, contains, createNotification, createNotification, dispatchNotification, get, getEObject, getEStructuralFeature, getFeature, getFeatureID, getFeatureType, getInverseEReference, getInverseFeatureClass, getInverseFeatureID, getNotifier, indexOf, inverseAdd, inverseRemove, isInstance, isNotificationRequired, lastIndexOf, resolve, resolve, resolveProxy, set, toArray, toArray, validate |
Methods inherited from class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl |
addAllUnique, addAllUnique, addAllUnique, addAllUnique, addUnique, addUnique, basicAdd, basicRemove, basicSet, 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.DelegatingEList |
add, add, addAll, addAll, containsAll, delegateAdd, delegateAdd, delegateBasicList, delegateClear, delegateContains, delegateContainsAll, delegateEquals, delegateGet, delegateHashCode, delegateIndexOf, delegateIsEmpty, delegateIterator, delegateLastIndexOf, delegateList, delegateListIterator, delegateRemove, delegateSet, delegateSize, delegateToArray, delegateToArray, delegateToString, didAdd, didClear, didMove, didRemove, didSet, doClear, equalObjects, equals, get, getDuplicates, getNonDuplicates, hashCode, isEmpty, iterator, listIterator, listIterator, move, remove, retainAll, set, size, toString |
Methods inherited from interface org.eclipse.emf.common.util.EList |
move, move |
Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, containsAll, equals, get, hashCode, isEmpty, iterator, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList |
IS_SET
public static final int IS_SET
- See Also:
- Constant Field Values
IS_UNSETTABLE
public static final int IS_UNSETTABLE
- See Also:
- Constant Field Values
HAS_INSTANCE_CLASS
public static final int HAS_INSTANCE_CLASS
- See Also:
- Constant Field Values
HAS_NAVIGABLE_INVERSE
public static final int HAS_NAVIGABLE_INVERSE
- See Also:
- Constant Field Values
HAS_MANY_INVERSE
public static final int HAS_MANY_INVERSE
- See Also:
- Constant Field Values
IS_CONTAINMENT
public static final int IS_CONTAINMENT
- See Also:
- Constant Field Values
IS_CONTAINER
public static final int IS_CONTAINER
- See Also:
- Constant Field Values
IS_UNIQUE
public static final int IS_UNIQUE
- See Also:
- Constant Field Values
IS_PRIMITIVE
public static final int IS_PRIMITIVE
- See Also:
- Constant Field Values
IS_ENUM
public static final int IS_ENUM
- See Also:
- Constant Field Values
IS_EOBJECT
public static final int IS_EOBJECT
- See Also:
- Constant Field Values
HAS_PROXIES
public static final int HAS_PROXIES
- See Also:
- Constant Field Values
kind
protected int kind
DelegatingEcoreEList.Generic
public DelegatingEcoreEList.Generic(int kind,
InternalEObject owner)
kind
public static int kind(EStructuralFeature eStructuralFeature)
useEquals
protected boolean useEquals()
- Description copied from class:
DelegatingEList
- Returns whether
equals
rather than ==
should be used to compare members.
The default is to return true
but clients can optimize performance by returning false
.
The performance difference is highly significant.
- Overrides:
useEquals
in class DelegatingEList
- Returns:
- whether
equals
rather than ==
should be used.
canContainNull
protected boolean canContainNull()
- Description copied from class:
DelegatingNotifyingListImpl
- Returns
!DelegatingNotifyingListImpl.hasInverse()
.
- Overrides:
canContainNull
in class DelegatingEcoreEList
isUnique
protected boolean isUnique()
- Description copied from class:
DelegatingEList
- Returns whether objects are constrained to appear at most once in the list.
The default is to return
false
, but clients can override this to ensure uniqueness of contents.
The performance impact is signifcant: operations such as add
are O(n) as a result requiring uniqueness.
- Overrides:
isUnique
in class DelegatingEcoreEList
hasInverse
protected boolean hasInverse()
- Description copied from class:
DelegatingNotifyingListImpl
- Returns
false
.
- Overrides:
hasInverse
in class DelegatingEcoreEList
hasManyInverse
protected boolean hasManyInverse()
- Overrides:
hasManyInverse
in class DelegatingEcoreEList
hasNavigableInverse
protected boolean hasNavigableInverse()
- Overrides:
hasNavigableInverse
in class DelegatingEcoreEList
isEObject
protected boolean isEObject()
- Overrides:
isEObject
in class DelegatingEcoreEList
isContainment
protected boolean isContainment()
- Overrides:
isContainment
in class DelegatingEcoreEList
hasProxies
protected boolean hasProxies()
- Overrides:
hasProxies
in class DelegatingEcoreEList
hasInstanceClass
protected boolean hasInstanceClass()
- Overrides:
hasInstanceClass
in class DelegatingEcoreEList
isContainer
protected boolean isContainer()
isUnsettable
protected boolean isUnsettable()
isSet
public boolean isSet()
- Description copied from interface:
InternalEList.Unsettable
- Returns whether a value is held by the feature of the object.
- Specified by:
isSet
in interface InternalEList.Unsettable
- Overrides:
isSet
in class DelegatingEcoreEList
unset
public void unset()
- Description copied from interface:
InternalEList.Unsettable
- Unsets the value held by the feature of the object.
- Specified by:
unset
in interface InternalEList.Unsettable
- Overrides:
unset
in class DelegatingEcoreEList
didChange
protected void didChange()
- Description copied from class:
DelegatingEList
- Called to indicate that the backing store list has been changed.
This implementation does nothing;
clients can use this to monitor change in the backing store list.
- Overrides:
didChange
in class DelegatingEList