Class SubsetSupersetEObjectContainmentEList.Resolving<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
org.eclipse.emf.common.util.AbstractEList<E>
org.eclipse.emf.common.util.BasicEList<E>
org.eclipse.emf.common.notify.impl.NotifyingListImpl<E>
org.eclipse.emf.ecore.util.NotifyingInternalEListImpl<E>
org.eclipse.emf.ecore.util.EcoreEList<E>
org.eclipse.emf.ecore.util.EObjectEList<E>
com.dassault_systemes.modeler.foundation.util.AbstractModelEObjectEList<E>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess, org.eclipse.emf.common.notify.NotifyingList<E>, org.eclipse.emf.common.util.EList<E>, org.eclipse.emf.ecore.EStructuralFeature.Setting, org.eclipse.emf.ecore.util.InternalEList<E>, org.eclipse.emf.ecore.util.InternalEList.Unsettable<E>
Enclosing class:
SubsetSupersetEObjectContainmentEList<E>

public static class SubsetSupersetEObjectContainmentEList.Resolving<E> extends SubsetSupersetEObjectContainmentEList<E>
See Also:
  • Constructor Details

    • Resolving

      public Resolving(Class<?> dataClass, org.eclipse.emf.ecore.InternalEObject owner, int featureID, int[] supersetFeatureIDs, int[] subsetFeatureIDs)
  • Method Details

    • hasProxies

      protected boolean hasProxies()
      Overrides:
      hasProxies in class org.eclipse.emf.ecore.util.EcoreEList<E>
    • resolve

      protected E resolve(int index, E object)
      Overrides:
      resolve in class org.eclipse.emf.ecore.util.EObjectEList<E>