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.EStoreEList
          A list that delegates to a eStore.
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
          A notifying list implementation for supporting Resource.getContents().
protected  class ResourceSetImpl.ResourcesEList
          A notifying list implementation for supporting ResourceSet.getResources().
 

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
          Additional API for unsettable lists.
 

Classes in org.eclipse.emf.ecore.util that implement InternalEList
 class BasicFeatureMap
           
 class BasicInternalEList
           
 class DelegatingEcoreEList
           
static class DelegatingEcoreEList.Dynamic
           
static class DelegatingEcoreEList.Generic
           
static class DelegatingEcoreEList.UnmodifiableEList
           
static class DelegatingEcoreEList.Unsettable
           
 class DelegatingFeatureMap
           
 class EContentsEList
           
 class EcoreEList
           
static class EcoreEList.Dynamic
           
static class EcoreEList.Generic
           
static class EcoreEList.UnmodifiableEList
           
static class EcoreEList.UnmodifiableEList.FastCompare
           
 class EcoreEMap
           
protected  class EcoreEMap.DelegateEObjectContainmentEList
           
static class EcoreEMap.Unsettable
           
protected  class EcoreEMap.Unsettable.UnsettableDelegateEObjectContainmentEList
           
 class ECrossReferenceEList
          A virtual list of all the cross references of an EObject.
 class EDataTypeEList
           
static class EDataTypeEList.Unsettable
           
 class EDataTypeUniqueEList
           
static class EDataTypeUniqueEList.Unsettable
           
 class EObjectContainmentEList
           
static class EObjectContainmentEList.Resolving
           
static class EObjectContainmentEList.Unsettable
           
static class EObjectContainmentEList.Unsettable.Resolving
           
 class EObjectContainmentWithInverseEList
           
static class EObjectContainmentWithInverseEList.Resolving
           
static class EObjectContainmentWithInverseEList.Unsettable
           
static class EObjectContainmentWithInverseEList.Unsettable.Resolving
           
 class EObjectEList
           
static class EObjectEList.Unsettable
           
 class EObjectResolvingEList
           
static class EObjectResolvingEList.Unsettable
           
 class EObjectWithInverseEList
           
static class EObjectWithInverseEList.ManyInverse
           
static class EObjectWithInverseEList.Unsettable
           
static class EObjectWithInverseEList.Unsettable.ManyInverse
           
 class EObjectWithInverseResolvingEList
           
static class EObjectWithInverseResolvingEList.ManyInverse
           
static class EObjectWithInverseResolvingEList.Unsettable
           
static class EObjectWithInverseResolvingEList.Unsettable.ManyInverse
           
static class FeatureMapUtil.FeatureEList
           
static class FeatureMapUtil.FeatureEList.Basic
           
static class FeatureMapUtil.FeatureFeatureMap
           
 

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

Constructors in org.eclipse.emf.ecore.util with parameters of type InternalEList
EcoreUtil.ProperContentIterator(InternalEList basicContents)
           
 

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

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


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