Class UpdatingList<E>

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.emf.common.util.BasicEList

        org.eclipse.emf.common.util.BasicEList.FastCompare<E extends Object>, org.eclipse.emf.common.util.BasicEList.UnmodifiableEList<E extends Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      UpdatingList​(Instance instance, org.eclipse.emf.ecore.EStructuralFeature feature)
      Constructor
      UpdatingList​(Instance instance, org.eclipse.emf.ecore.EStructuralFeature feature, Collection<E> values)
      Constructor
    • Constructor Detail

      • UpdatingList

        public UpdatingList​(Instance instance,
                            org.eclipse.emf.ecore.EStructuralFeature feature)
        Constructor
      • UpdatingList

        public UpdatingList​(Instance instance,
                            org.eclipse.emf.ecore.EStructuralFeature feature,
                            Collection<E> values)
        Constructor