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

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

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

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

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

Subclasses of AbstractEList 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.
 class ArrayDelegatingEList<E>
          A highly extensible abstract list implementation logically backed by an array that is never modified.
 class BasicEList<E>
          A highly extensible list implementation.
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 DelegatingEList<E>
          A highly extensible delegating list implementation.
static class DelegatingEList.UnmodifiableEList<E>
          An unmodifiable version of DelegatingEList.
 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.
 



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