Uses of Interface
org.eclipse.emf.ecore.util.InternalEList

Packages that use InternalEList
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.resource.impl Provides an implementation of the resource API. 
org.eclipse.emf.ecore.util Provides utilities. 
org.eclipse.emf.ecore.xmi.impl   
 

Uses of InternalEList in org.eclipse.emf.ecore.impl
 

Classes in org.eclipse.emf.ecore.impl that implement InternalEList
static class EStoreEObjectImpl.BasicEStoreEList<E>
          A list that delegates to a store.
static class EStoreEObjectImpl.BasicEStoreFeatureMap
          A feature map that delegates to a store.
static class EStoreEObjectImpl.EStoreEList<E>
          A list that delegates to a store.
static class EStoreEObjectImpl.EStoreFeatureMap
          A feature map that delegates to a store.
 

Uses of InternalEList in org.eclipse.emf.ecore.resource.impl
 

Classes in org.eclipse.emf.ecore.resource.impl that implement InternalEList
protected  class ResourceImpl.ContentsEList<E extends Object & EObject>
          A notifying list implementation for supporting Resource.getContents().
protected  class ResourceSetImpl.ResourcesEList<E extends Object & Resource>
          A notifying list implementation for supporting ResourceSet.getResources().
 

Methods in org.eclipse.emf.ecore.resource.impl with parameters of type InternalEList
 void BinaryResourceImpl.EObjectInputStream.loadEObjects(InternalEList<InternalEObject> internalEObjects)
           
 void BinaryResourceImpl.EObjectOutputStream.saveEObjects(InternalEList<? extends InternalEObject> internalEObjects, BinaryResourceImpl.EObjectOutputStream.Check check)
           
 

Uses of InternalEList in org.eclipse.emf.ecore.util
 

Subinterfaces of InternalEList in org.eclipse.emf.ecore.util
static interface FeatureMap.Internal
           
static interface InternalEList.Unsettable<E>
          Additional API for unsettable lists.
 

Classes in org.eclipse.emf.ecore.util that implement InternalEList
 class AbstractSequentialInternalEList<E>
          An abstract implementation of InternalEList.
 class BasicFeatureMap
           
 class BasicInternalEList<E>
          A basic list that implements InternalEList.
 class DelegatingEcoreEList<E>
          A delegating notifying internal EList that implements InternalEList.Unsettable and EStructuralFeature.Setting.
static class DelegatingEcoreEList.Dynamic<E>
           
static class DelegatingEcoreEList.Generic<E>
           
static class DelegatingEcoreEList.UnmodifiableEList<E>
           
static class DelegatingEcoreEList.Unsettable<E>
          A delegating Ecore EList with an implementation for tracking the unset state.
 class DelegatingFeatureMap
           
 class DelegatingNotifyingInternalEListImpl<E>
          A delegating notifying list that implements InternalEList.
 class EContentsEList<E>
           
 class EcoreEList<E>
          A notifying internal EList that implements InternalEList and EStructuralFeature.Setting.
static class EcoreEList.Dynamic<E>
           
static class EcoreEList.Generic<E>
          An Ecore EList with an implementation for exhibiting the appropriate feature behaviour as well as for tracking the unset state.
static class EcoreEList.UnmodifiableEList<E>
           
static class EcoreEList.UnmodifiableEList.FastCompare<E>
           
 class EcoreEMap<K,V>
           
protected  class EcoreEMap.DelegateEObjectContainmentEList<E extends Object & BasicEMap.Entry<K,V>>
           
static class EcoreEMap.Unsettable<K,V>
           
protected  class EcoreEMap.Unsettable.UnsettableDelegateEObjectContainmentEList<E extends Object & BasicEMap.Entry<K,V>>
           
 class ECrossReferenceEList<E>
          A virtual list of all the cross references of an EObject.
 class EDataTypeEList<E>
           
static class EDataTypeEList.Unsettable<E>
           
 class EDataTypeUniqueEList<E>
           
static class EDataTypeUniqueEList.Unsettable<E>
           
 class EObjectContainmentEList<E>
           
static class EObjectContainmentEList.Resolving<E>
           
static class EObjectContainmentEList.Unsettable<E>
           
static class EObjectContainmentEList.Unsettable.Resolving<E>
           
 class EObjectContainmentWithInverseEList<E>
           
static class EObjectContainmentWithInverseEList.Resolving<E>
           
static class EObjectContainmentWithInverseEList.Unsettable<E>
           
static class EObjectContainmentWithInverseEList.Unsettable.Resolving<E>
           
 class EObjectEList<E>
           
static class EObjectEList.Unsettable<E>
           
 class EObjectResolvingEList<E>
           
static class EObjectResolvingEList.Unsettable<E>
           
 class EObjectWithInverseEList<E>
           
static class EObjectWithInverseEList.ManyInverse<E>
           
static class EObjectWithInverseEList.Unsettable<E>
           
static class EObjectWithInverseEList.Unsettable.ManyInverse<E>
           
 class EObjectWithInverseResolvingEList<E>
           
static class EObjectWithInverseResolvingEList.ManyInverse<E>
           
static class EObjectWithInverseResolvingEList.Unsettable<E>
           
static class EObjectWithInverseResolvingEList.Unsettable.ManyInverse<E>
           
static class FeatureMapUtil.FeatureEList<E>
           
static class FeatureMapUtil.FeatureEList.Basic<E>
           
static class FeatureMapUtil.FeatureFeatureMap
           
 class NotifyingInternalEListImpl<E>
          A notifying list that implements InternalEList.
 

Fields in org.eclipse.emf.ecore.util declared as InternalEList
protected  InternalEList<E> EContentsEList.FeatureIteratorImpl.valueInternalEList
           
 

Constructors in org.eclipse.emf.ecore.util with parameters of type InternalEList
EcoreUtil.ProperContentIterator(InternalEList<? extends E> basicContents)
           
 

Uses of InternalEList in org.eclipse.emf.ecore.xmi.impl
 

Fields in org.eclipse.emf.ecore.xmi.impl declared as InternalEList
protected  InternalEList<EObject> XMLHandler.extent
           
 


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