Class CDOResourceImpl.ContentsCDOList
- java.lang.Object
- 
- java.util.AbstractCollection<E>
- 
- java.util.AbstractList<E>
- 
- org.eclipse.emf.common.util.AbstractEList<E>
- 
- org.eclipse.emf.common.util.DelegatingEList<E>
- 
- org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl<E>
- 
- org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl<E>
- 
- org.eclipse.emf.ecore.util.DelegatingEcoreEList<E>
- 
- org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic<E>
- 
- org.eclipse.emf.ecore.util.DelegatingEcoreEList.Dynamic<E>
- 
- org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList<java.lang.Object>
- 
- org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl.ContentsCDOList
 
 
 
 
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Cloneable,- java.lang.Iterable<java.lang.Object>,- java.util.Collection<java.lang.Object>,- java.util.List<java.lang.Object>,- org.eclipse.emf.common.notify.NotifyingList<java.lang.Object>,- org.eclipse.emf.common.util.EList<java.lang.Object>,- org.eclipse.emf.ecore.EStructuralFeature.Setting,- org.eclipse.emf.ecore.util.InternalEList<java.lang.Object>,- org.eclipse.emf.ecore.util.InternalEList.Unsettable<java.lang.Object>
 - Enclosing class:
- CDOResourceImpl
 
 protected class CDOResourceImpl.ContentsCDOList extends org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList<java.lang.Object>An implementation of a CDO specific 'contents' list.- Since:
- 2.0
- Author:
- Eike Stepper
- See Also:
- Serialized Form
- Added
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.util.DelegatingEcoreEListorg.eclipse.emf.ecore.util.DelegatingEcoreEList.Dynamic<E extends java.lang.Object>, org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic<E extends java.lang.Object>, org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList<E extends java.lang.Object>, org.eclipse.emf.ecore.util.DelegatingEcoreEList.Unsettable<E extends java.lang.Object>
 - 
Nested classes/interfaces inherited from class org.eclipse.emf.common.util.DelegatingEListorg.eclipse.emf.common.util.DelegatingEList.EIterator<E1 extends java.lang.Object>, org.eclipse.emf.common.util.DelegatingEList.EListIterator<E1 extends java.lang.Object>, org.eclipse.emf.common.util.DelegatingEList.NonResolvingEIterator<E1 extends java.lang.Object>, org.eclipse.emf.common.util.DelegatingEList.NonResolvingEListIterator<E1 extends java.lang.Object>
 
- 
 - 
Field Summary- 
Fields inherited from class org.eclipse.emf.ecore.util.DelegatingEcoreEList.DynamiceStructuralFeature
 
- 
 - 
Constructor SummaryConstructors Constructor Description ContentsCDOList(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(java.lang.Object object)Optimization taken from ResourceImpl.EContentList.contains.protected voiddidAdd(int index, java.lang.Object newObject)protected voiddidClear(int size, java.lang.Object[] oldObjects)protected booleanhasInverse()org.eclipse.emf.common.notify.NotificationChaininverseAdd(java.lang.Object object, org.eclipse.emf.common.notify.NotificationChain notifications)org.eclipse.emf.common.notify.NotificationChaininverseRemove(java.lang.Object object, org.eclipse.emf.common.notify.NotificationChain notifications)protected booleanisUnique()protected voidloaded()protected voidmodified()protected booleanuseEquals()protected java.lang.Objectvalidate(int index, java.lang.Object object)- 
Methods inherited from class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEListdelegateAdd, delegateAdd, delegateBasicList, delegateClear, delegateContains, delegateContainsAll, delegateEquals, delegateGet, delegateHashCode, delegateIndexOf, delegateIsEmpty, delegateIterator, delegateLastIndexOf, delegateList, delegateListIterator, delegateMove, delegateRemove, delegateSet, delegateSize, delegateToArray, delegateToArray, delegateToString, eStore, getEStructuralFeature, isSet, unset
 - 
Methods inherited from class org.eclipse.emf.ecore.util.DelegatingEcoreEList.GenericcanContainNull, didChange, hasInstanceClass, hasManyInverse, hasNavigableInverse, hasProxies, isContainer, isContainment, isEObject, isUnsettable, kind
 - 
Methods inherited from class org.eclipse.emf.ecore.util.DelegatingEcoreEListcontainsAll, createNotification, createNotification, dispatchNotification, get, getEObject, getFeature, getFeatureID, getFeatureType, getInverseEReference, getInverseFeatureClass, getInverseFeatureID, getNotifier, indexOf, isInstance, isNotificationRequired, lastIndexOf, resolve, resolve, resolveProxy, set, toArray, toArray
 - 
Methods inherited from class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImplbasicContains, basicContainsAll, basicGet, basicIndexOf, basicIterator, basicLastIndexOf, basicList, basicListIterator, basicListIterator, basicToArray, basicToArray
 - 
Methods inherited from class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpladdAllUnique, 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.DelegatingEListdoClear, equals, get, hashCode, isEmpty, primitiveGet, remove, retainAll, size, toString
 - 
Methods inherited from class org.eclipse.emf.common.util.AbstractEListadd, add, addAll, addAll, didMove, didRemove, didSet, equalObjects, getDuplicates, getNonDuplicates, iterator, listIterator, listIterator, move, set
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.eclipse.emf.ecore.util.InternalEListaddAllUnique, addAllUnique, addUnique, addUnique, basicAdd, basicContains, basicContainsAll, basicGet, basicIndexOf, basicIterator, basicLastIndexOf, basicList, basicListIterator, basicListIterator, basicRemove, basicToArray, basicToArray, setUnique
 
- 
 
- 
- 
- 
Method Detail- 
containspublic boolean contains(java.lang.Object object) Optimization taken from ResourceImpl.EContentList.contains.- Specified by:
- containsin interface- java.util.Collection<java.lang.Object>
- Specified by:
- containsin interface- java.util.List<java.lang.Object>
- Overrides:
- containsin class- org.eclipse.emf.ecore.util.DelegatingEcoreEList<java.lang.Object>
- Since:
- 2.0
 
 - 
inverseAddpublic org.eclipse.emf.common.notify.NotificationChain inverseAdd(java.lang.Object object, org.eclipse.emf.common.notify.NotificationChain notifications)- Overrides:
- inverseAddin class- org.eclipse.emf.ecore.util.DelegatingEcoreEList<java.lang.Object>
- Since:
- 2.0
 
 - 
inverseRemovepublic org.eclipse.emf.common.notify.NotificationChain inverseRemove(java.lang.Object object, org.eclipse.emf.common.notify.NotificationChain notifications)- Overrides:
- inverseRemovein class- org.eclipse.emf.ecore.util.DelegatingEcoreEList<java.lang.Object>
- Since:
- 2.0
 
 - 
loadedprotected void loaded() - Since:
- 2.0
 
 - 
modifiedprotected void modified() - Since:
- 2.0
 
 - 
useEqualsprotected boolean useEquals() - Overrides:
- useEqualsin class- org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic<java.lang.Object>
- Since:
- 2.0
 
 - 
hasInverseprotected boolean hasInverse() - Overrides:
- hasInversein class- org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic<java.lang.Object>
- Since:
- 2.0
 
 - 
isUniqueprotected boolean isUnique() - Overrides:
- isUniquein class- org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic<java.lang.Object>
- Since:
- 2.0
 
 - 
validateprotected java.lang.Object validate(int index, java.lang.Object object)- Overrides:
- validatein class- org.eclipse.emf.ecore.util.DelegatingEcoreEList<java.lang.Object>
- Since:
- 4.2
 
 - 
didAddprotected void didAdd(int index, java.lang.Object newObject)- Overrides:
- didAddin class- org.eclipse.emf.common.util.AbstractEList<java.lang.Object>
- Since:
- 4.0
 
 - 
didClearprotected void didClear(int size, java.lang.Object[] oldObjects)- Overrides:
- didClearin class- org.eclipse.emf.common.util.AbstractEList<java.lang.Object>
- Since:
- 4.0
 
 
- 
 
-