Uses of Class
org.eclipse.emf.common.util.BasicEList
Packages that use BasicEList
Package
Description
Provides a basic implementation of the notification framework.
Provides basic utilities.
-
Uses of BasicEList in org.eclipse.emf.common.notify.impl
Subclasses of BasicEList in org.eclipse.emf.common.notify.implModifier and TypeClassDescriptionstatic classBasicNotifierImpl.EAdapterList<E extends Object & Adapter>classA list that acts as a notification chain.classAn extensible implementation of a notifying list.Fields in org.eclipse.emf.common.notify.impl declared as BasicEListModifier and TypeFieldDescriptionprotected BasicEList<Adapter> NotifierImpl.eAdaptersThe list ofAdapters associated with the notifier.Methods in org.eclipse.emf.common.notify.impl that return BasicEListModifier and TypeMethodDescriptionprotected BasicEList<Adapter> BasicNotifierImpl.eBasicAdapters()Returns the adapter list, even if it isnull.protected BasicEList<Adapter> NotifierImpl.eBasicAdapters() -
Uses of BasicEList in org.eclipse.emf.common.util
Subclasses of BasicEList 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.static classstatic classAn unmodifiable version ofBasicEList.classUniqueEList<E>ABasicEListthat allows onlyuniqueelements.static classFields in org.eclipse.emf.common.util declared as BasicEListModifier and TypeFieldDescriptionprotected BasicEList<BasicEMap.Entry<K,V>>[] BasicEMap.entryDataThe array of entry lists into which the hash codes are indexed.Methods in org.eclipse.emf.common.util that return BasicEListModifier and TypeMethodDescriptionstatic <T> BasicEList<T> ECollections.newBasicEList()Creates an empty mutableBasicEList.static <T> BasicEList<T> ECollections.newBasicEList(Iterable<? extends T> iterable) Creates a mutableBasicEListcontaining the given elements.static <T> BasicEList<T> ECollections.newBasicEList(Iterator<? extends T> iterator) Creates a mutableBasicEListcontaining the given elements.static <T> BasicEList<T> ECollections.newBasicEList(T... elements) Creates a mutableBasicEListcontaining the given elements.static <T> BasicEList<T> ECollections.newBasicEListWithCapacity(int capacity) Creates an empty mutableBasicEListwith the given capacity.static <T> BasicEList<T> ECollections.newBasicEListWithExpectedSize(int estimatedSize) Creates an empty mutableBasicEListwith a capacity large enough to hold a bit more than the estimated number of elements.protected BasicEList<BasicEMap.Entry<K,V>>[] BasicEMap.newEntryData(int capacity) Returns new allocated entry data storage.protected BasicEList<BasicEMap.Entry<K, V>> BasicEMap.newList()Returns a new allocated list of entries.Methods in org.eclipse.emf.common.util with parameters of type BasicEListModifier and TypeMethodDescriptionprotected voidBasicEMap.didClear(BasicEList<BasicEMap.Entry<K, V>>[] oldEntryData) Called to indicate that the map has been cleared.