Uses of Package
org.eclipse.emf.common.util

Packages that use org.eclipse.emf.common.util
org.eclipse.emf.common Provides a collection of subpackages to support the EMF infrastructure. 
org.eclipse.emf.common.notify Provides a notification framework. 
org.eclipse.emf.common.notify.impl Provides a basic implementation of the notification framework. 
org.eclipse.emf.common.util Provides basic utilities. 
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.common
DelegatingResourceLocator
          An abstract resource locator implementation comprising a primary locator and a series delegate locators.
Logger
          A logger of log entries.
ResourceLocator
          A locator of Java resources.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.common.notify
EList
          A list that supports move.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.common.notify.impl
AbstractEList
          A highly extensible abstract list implementation.
BasicEList
          A highly extensible list implementation.
DelegatingEList
          A highly extensible delegating list implementation.
EList
          A list that supports move.
 

Classes in org.eclipse.emf.common.util used by org.eclipse.emf.common.util
AbstractEList
          A highly extensible abstract list implementation.
AbstractEList.BasicIndexOutOfBoundsException
          An IndexOutOfBoundsException that constructs a message from the argument data.
AbstractEList.EIterator
          An extensible iterator implementation.
AbstractEList.EListIterator
          An extensible list iterator implementation.
AbstractEList.NonResolvingEIterator
          An extended read-only iterator that does not resolve objects.
AbstractEList.NonResolvingEListIterator
          An extended read-only list iterator that does not resolve objects.
AbstractEnumerator
          An extensible enumerator implementation.
BasicEList
          A highly extensible list implementation.
BasicEMap.BasicEMapIterator
          An iterator over the map entry data.
BasicEMap.Entry
          An extended implementation interface for caching hash values and for updating an entry that may be manufactured as a uninitialized instance by a factory.
BasicEMap.View
          An implementation class to hold the views.
BasicMonitor
          The most basic implementation of a task monitor.
BasicMonitor.Delegating
          A simple monitor that delegates to another monitor.
DelegatingEList
          A highly extensible delegating list implementation.
Diagnostic
          Information about the outcome of some activity.
DiagnosticChain
          An accumulator of diagnostics.
DiagnosticException
          A checked exception representing a diagnosed failure.
ECollections.BasicEmptyUnmodifiableEList
           
ECollections.UnmodifiableEList
           
EList
          A list that supports move.
EMap
          A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the notable exception of Map.remove(Object).
EMap.InternalMapView
          An internal interface implemented by the map view.
Enumerator
          An interface implemented by the enumerators of a type-safe enum.
Monitor
          An task monitor that provides control and feedback.
ResourceLocator
          A locator of Java resources.
TreeIterator
          A mechanism for iterating over all the nodes of a tree; it provides the capability to prune the iteration so that all descendants of a particular node are skipped.
UniqueEList
          A BasicEList that allows only unique elements.
URI
          A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
URI.URICache
           
 



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