Uses of Class
org.eclipse.emf.common.util.AbstractEList
Packages that use AbstractEList
Package
Description
Provides a basic implementation of the notification framework.
Provides basic utilities.
-
Uses of AbstractEList in org.eclipse.emf.common.notify.impl
Subclasses of AbstractEList in org.eclipse.emf.common.notify.implModifier and TypeClassDescriptionstatic classBasicNotifierImpl.EAdapterList<E extends Object & Adapter>classAn extensible implementation of a notifying list that delegates to a backing list.classA list that acts as a notification chain.classAn extensible implementation of a notifying list. -
Uses of AbstractEList in org.eclipse.emf.common.util
Subclasses of AbstractEList in org.eclipse.emf.common.utilModifier and TypeClassDescriptionclassAn extensible tree iterator implementation that iterates over an object, it's children, their children, and so on.classA highly extensible abstract list implementationlogically backed by an arraythat is never modified.classBasicEList<E>A highly extensible list implementation.static classstatic classAn unmodifiable version ofBasicEList.classA highly extensible delegating list implementation.static classAn unmodifiable version ofDelegatingEList.classUniqueEList<E>ABasicEListthat allows onlyuniqueelements.static class