Uses of Class
org.eclipse.emf.common.util.BasicEList

Packages that use BasicEList
org.eclipse.emf.common.notify.impl Provides a basic implementation of the notification framework. 
org.eclipse.emf.common.util Provides basic utilities. 
 

Uses of BasicEList in org.eclipse.emf.common.notify.impl
 

Subclasses of BasicEList in org.eclipse.emf.common.notify.impl
static class BasicNotifierImpl.EAdapterList<E extends Object & Adapter>
           
 class NotificationChainImpl
          A list that acts as a notification chain.
 class NotifyingListImpl<E>
          An extensible implementation of a notifying list.
 

Fields in org.eclipse.emf.common.notify.impl declared as BasicEList
protected  BasicEList<Adapter> NotifierImpl.eAdapters
          The list of Adapters associated with the notifier.
 

Methods in org.eclipse.emf.common.notify.impl that return BasicEList
protected  BasicEList<Adapter> NotifierImpl.eBasicAdapters()
           
protected  BasicEList<Adapter> BasicNotifierImpl.eBasicAdapters()
          Returns the adapter list, even if it is null.
 

Uses of BasicEList in org.eclipse.emf.common.util
 

Subclasses of BasicEList in org.eclipse.emf.common.util
 class AbstractTreeIterator<E>
          An extensible tree iterator implementation that iterates over an object, it's children, their children, and so on.
static class BasicEList.FastCompare<E>
          A BasicEList that uses == instead of equals to compare members.
static class BasicEList.UnmodifiableEList<E>
          An unmodifiable version of BasicEList.
 class UniqueEList<E>
          A BasicEList that allows only unique elements.
static class UniqueEList.FastCompare<E>
          A UniqueEList that uses == instead of equals to compare members.
 

Fields in org.eclipse.emf.common.util declared as BasicEList
protected  BasicEList<BasicEMap.Entry<K,V>>[] BasicEMap.entryData
          The array of entry lists into which the hash codes are indexed.
 

Methods in org.eclipse.emf.common.util that return BasicEList
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 BasicEList
protected  void BasicEMap.didClear(BasicEList<BasicEMap.Entry<K,V>>[] oldEntryData)
          Called to indicate that the map has been cleared.
 



Copyright © 2001-2010 Eclipse Foundation. All Rights Reserved.