Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Y 

A

AbortExecutionException - Exception in org.eclipse.emf.common.command
An exception thrown when a command's execution is to be silently aborted.
AbortExecutionException() - Constructor for exception org.eclipse.emf.common.command.AbortExecutionException
Constructs an new instance.
AbortExecutionException(String, Throwable) - Constructor for exception org.eclipse.emf.common.command.AbortExecutionException
Constructs a new instance with the given message and cause.
AbortExecutionException(String) - Constructor for exception org.eclipse.emf.common.command.AbortExecutionException
Constructs a new instance with the given message.
AbortExecutionException(Throwable) - Constructor for exception org.eclipse.emf.common.command.AbortExecutionException
Constructs a new instance with the given message and cause.
absoluteCharacters - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The buffer for absolute file paths.
AbstractCommand - Class in org.eclipse.emf.common.command
An abstract implementation of a basic command.
AbstractCommand() - Constructor for class org.eclipse.emf.common.command.AbstractCommand
Creates an empty instance.
AbstractCommand(String) - Constructor for class org.eclipse.emf.common.command.AbstractCommand
Creates an instance with the given label.
AbstractCommand(String, String) - Constructor for class org.eclipse.emf.common.command.AbstractCommand
Creates and instance with the given label and description.
AbstractCommand.NonDirtying - Interface in org.eclipse.emf.common.command
A marker interface implemented by commands that don't dirty the model.
AbstractEList<E> - Class in org.eclipse.emf.common.util
A highly extensible abstract list implementation.
AbstractEList() - Constructor for class org.eclipse.emf.common.util.AbstractEList
Creates an empty instance with no initial capacity.
AbstractEList.BasicIndexOutOfBoundsException - Exception in org.eclipse.emf.common.util
An IndexOutOfBoundsException that constructs a message from the argument data.
AbstractEList.EIterator<E1> - Class in org.eclipse.emf.common.util
An extensible iterator implementation.
AbstractEList.EListIterator<E1> - Class in org.eclipse.emf.common.util
An extensible list iterator implementation.
AbstractEList.NonResolvingEIterator<E1> - Class in org.eclipse.emf.common.util
An extended read-only iterator that does not resolve objects.
AbstractEList.NonResolvingEListIterator<E1> - Class in org.eclipse.emf.common.util
An extended read-only list iterator that does not resolve objects.
AbstractEnumerator - Class in org.eclipse.emf.common.util
An extensible enumerator implementation.
AbstractEnumerator(int, String) - Constructor for class org.eclipse.emf.common.util.AbstractEnumerator
Creates an initialized instance.
AbstractEnumerator(int, String, String) - Constructor for class org.eclipse.emf.common.util.AbstractEnumerator
Creates an initialized instance.
AbstractTreeIterator<E> - Class in org.eclipse.emf.common.util
An extensible tree iterator implementation that iterates over an object, it's children, their children, and so on.
AbstractTreeIterator(E) - Constructor for class org.eclipse.emf.common.util.AbstractTreeIterator
Creates an instance that iterates over an object, it's children, their children, and so on.
AbstractTreeIterator(Object, boolean) - Constructor for class org.eclipse.emf.common.util.AbstractTreeIterator
Creates and instance that iterates over an object (but only if includeRoot is true), it's children, their children, and so on.
access(boolean, Pool.AccessUnit<E>) - Method in class org.eclipse.emf.common.util.Pool
Collect all the values with a matching hash code.
accessCount - Variable in class org.eclipse.emf.common.util.Pool
Record the number of accesses so that the Pool.cleanup() can be called occasionally.
AccessUnit(Pool.AccessUnit.Queue<E>) - Constructor for class org.eclipse.emf.common.util.Pool.AccessUnit
 
AccessUnitBase(Pool.AccessUnit.Queue<SegmentSequence>) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.AccessUnitBase
 
AccessUnitBase(Pool.AccessUnit.Queue<String[]>) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
 
accumulate(String[], int, String, boolean) - Static method in class org.eclipse.emf.common.util.URI.Hierarchical
 
Activator() - Constructor for class org.eclipse.emf.common.CommonPlugin.Implementation.Activator
 
adapt(Object, Object) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
Returns either an associated adapter for the object, or the object itself, depending on whether the object is a notifier that supports an adapter of the given type.
adapt(Notifier, Object) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
Returns either a previously associated adapter or a newly associated adapter, as appropriate.
adapt(Object, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Returns either the result of calling adapt(Notifier, Object) or the result of calling resolve(Object, Object), depending on whether the target is a notifier.
adapt(Notifier, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
 
adaptAllNew(Notifier) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
Creates a new associated adapter of each type of adapter supported by this factory, as necessary.
adaptAllNew(Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an adapter by calling createAdapter(Notifier) and associates it by calling associate.
Adapter - Interface in org.eclipse.emf.common.notify
A receiver of notifications.
Adapter.Internal - Interface in org.eclipse.emf.common.notify
An internal interface implemented by adapters.
AdapterFactory - Interface in org.eclipse.emf.common.notify
A factory for creating adapters and associating them with notifiers.
AdapterFactoryImpl - Class in org.eclipse.emf.common.notify.impl
An extensible adapter factory implementation.
AdapterFactoryImpl() - Constructor for class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an instance.
AdapterImpl - Class in org.eclipse.emf.common.notify.impl
An extensible adapter implementation.
AdapterImpl() - Constructor for class org.eclipse.emf.common.notify.impl.AdapterImpl
Creates an instance.
adaptNew(Notifier, Object) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
Creates a new associated adapter of the given type; it may optionally call setTarget on the adapter, and it may optionally add the adapter to the target.eAdapters().
adaptNew(Notifier, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an adapter by calling createAdapter(Notifier, Object) and associates it by calling associate.
add(E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
add(int, E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
add(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Adds or merges a new notification.
add(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
Adds or merges a new notification.
ADD - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a value has been inserted into a list-based feature of the notifier.
add(Notification) - Method in interface org.eclipse.emf.common.notify.NotificationChain
Adds a notification to the chain.
add(E) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds the object at the end of the list and returns whether the object was added; if uniqueness is required, duplicates will be ignored and false will be returned.
add(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds the object at the given index in the list.
add(E1) - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Adds the object at the next index and advances the iterator past it.
add(E1) - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Throws an exception.
add(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
add(E) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
add(int, E) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
add(Map.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
add(int, Map.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
add(E) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
add(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
add(Diagnostic) - Method in interface org.eclipse.emf.common.util.DiagnosticChain
Adds the diagnostic to the chain.
add(E, WeakInterningHashSet.Entry<E>) - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
Add a value to the Pool.AccessUnit.values incrementing the Pool.AccessUnit.valuesLength.
add(E) - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure thread safety.
add(E) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
ADD_MANY - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a several values have been added into a list-based feature of the notifier.
addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object of the collection to the end of the list.
addAll(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object of the collection at each successive index in the list and returns whether any objects were added.
addAll(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
addAll(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
addAll(Collection<? extends Map.Entry<K, V>>) - Method in class org.eclipse.emf.common.util.BasicEMap
addAll(int, Collection<? extends Map.Entry<K, V>>) - Method in class org.eclipse.emf.common.util.BasicEMap
addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
addAll(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
addAll(Diagnostic) - Method in interface org.eclipse.emf.common.util.DiagnosticChain
Adds the children of the diagnostic to the chain.
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object from start to end of the array to the end of the list; it does no uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object from start to end of the array to the end of the list and returns whether any objects were added; it does no uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object from start to end of the array at the index of list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds each object from start to end of the array at the index of list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.BasicEList
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.BasicEList
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.util.BasicEList
Adds each object from start to end of the array at the index of list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.util.BasicEList
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds each object from start to end of the array at the index of list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addCommandStackListener(CommandStackListener) - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
addCommandStackListener(CommandStackListener) - Method in interface org.eclipse.emf.common.command.CommandStack
Adds a listener to the command stack, which will be notified whenever a command has been processed on the stack.
added(Notifier, Adapter) - Method in interface org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList.Listener
Called when the given adapter is added to the given notifier.
addEntry(boolean, E, Pool.AccessUnit<E>) - Method in class org.eclipse.emf.common.util.Pool
Adds an entry to the pool, but first checks if the entry has been added by another thread since the time when the pool was accessed without holding any locks.
addEntry(int, WeakInterningHashSet.Entry<E>) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Adds a new entry to the set at the given given index in the WeakInterningHashSet.entries.
addListener(BasicNotifierImpl.EObservableAdapterList.Listener) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
addListener(BasicNotifierImpl.EObservableAdapterList.Listener) - Method in interface org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Adds another listener from the adapter list.
addUnique(E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
addUnique(E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
addUnique(E) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
addUnique(E) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
addUnique(E) - Method in class org.eclipse.emf.common.util.BasicEList
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.util.BasicEList
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
addUnique(E) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
ALPHA_HI - Static variable in class org.eclipse.emf.common.util.URI
 
ALPHA_LO - Static variable in class org.eclipse.emf.common.util.URI
 
ALPHANUM_HI - Static variable in class org.eclipse.emf.common.util.URI
 
ALPHANUM_LO - Static variable in class org.eclipse.emf.common.util.URI
 
append(Command) - Method in class org.eclipse.emf.common.command.CompoundCommand
Adds a command to this compound command's list of commands.
append(SegmentSequence) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns an instance with the given additional segments.
append(String) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns an instance with the additional segment or segments, if the given segment contains '/'.
append(String...) - Method in class org.eclipse.emf.common.util.SegmentSequence
 
append(String) - Method in class org.eclipse.emf.common.util.SegmentSequence.Builder
Appends a string to the builder and returns the builder itself.
append(char) - Method in class org.eclipse.emf.common.util.SegmentSequence.Builder
Appends a string representation of the character to the builder and returns the builder itself.
appendAndExecute(Command) - Method in class org.eclipse.emf.common.command.CompoundCommand
Checks if the command can execute; if so, it is executed, appended to the list, and true is returned, if not, it is just disposed and false is returned.
appendAndExecute(Command) - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
Checks if the command can execute; if so, it is executed, appended to the list, and true is returned, if not, it is just disposed and false is returned.
appendEscaped(StringBuffer, byte) - Static method in class org.eclipse.emf.common.util.URI
 
appendFileExtension(String) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed by appending a period (".") followed by the specified file extension to the last path segment of this URI, if it is hierarchical with a non-empty path ending in a non-empty segment; otherwise, this URI is returned unchanged.
appendFileExtension(String) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
appendFileExtension(String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
appendFragment(String) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed from this URI and the given fragment.
appendFragment(String) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
appendIfCanExecute(Command) - Method in class org.eclipse.emf.common.command.CompoundCommand
Adds a command to this compound command's the list of commands and returns true, if command.
appendQuery(String) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed from this URI and the given query.
appendQuery(String) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
appendQuery(String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
appendSegment(String) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed by appending the specified segment on to the end of the path of this URI, if hierarchical; this URI unchanged, otherwise.
appendSegment(String) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
appendSegment(String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
appendSegments(String[]) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed by appending the specified segments on to the end of the path of this URI, if hierarchical; this URI unchanged, otherwise.
appendSegments(String[]) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
appendSegments(String[]) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
ARCHIVE_IDENTIFIER - Static variable in class org.eclipse.emf.common.util.URI
 
ARCHIVE_SCHEMES - Static variable in class org.eclipse.emf.common.util.URI
 
ARCHIVE_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
ArchiveURLConnection - Class in org.eclipse.emf.common.archive
A connection that can access an entry in an archive, and then recursively an entry in that archive, and so on.
ArchiveURLConnection(URL) - Constructor for class org.eclipse.emf.common.archive.ArchiveURLConnection
Constructs a new connection for the URL.
ArchiveURLConnection(String) - Constructor for class org.eclipse.emf.common.archive.ArchiveURLConnection
Constructs a new archive accessor.
ArrayDelegatingEList<E> - Class in org.eclipse.emf.common.util
A highly extensible abstract list implementation logically backed by an array that is never modified.
ArrayDelegatingEList() - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList
Creates an empty instance with no initial capacity.
ArrayDelegatingEList(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList
Creates an instance that is a copy of the collection.
ArrayDelegatingEList(Object[]) - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList
Creates an initialized instance that directly uses the given arguments.
ArrayDelegatingEList.EIterator<E1> - Class in org.eclipse.emf.common.util
An extensible iterator implementation.
ArrayDelegatingEList.EListIterator<E1> - Class in org.eclipse.emf.common.util
An extensible list iterator implementation.
ArrayDelegatingEList.NonResolvingEIterator<E1> - Class in org.eclipse.emf.common.util
An extended read-only iterator that does not resolve objects.
ArrayDelegatingEList.NonResolvingEListIterator<E1> - Class in org.eclipse.emf.common.util
An extended read-only list iterator that does not resolve objects.
asEList(List<T>) - Static method in class org.eclipse.emf.common.util.ECollections
Returns an EList view of the specified list.
asEList(T...) - Static method in class org.eclipse.emf.common.util.ECollections
Returns a mutable, fixed-size, random access EList backed by the given array.
asEMap(Map<K, V>) - Static method in class org.eclipse.emf.common.util.ECollections
Returns a mutable EMap view of the specified map.
asInstance(Object) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Checks whether the object is string array and casts it or return null
asInstance(Object) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Returns the result of casting the object to E, or null if the object is not an instance of E.
asLocalURI(URI) - Static method in class org.eclipse.emf.common.CommonPlugin
Use the platform, if available, to convert to a local URI.
asLocalURI(URI) - Static method in class org.eclipse.emf.common.CommonPlugin.Implementation
Use the platform to convert to a local URI.
assign(Object[], int, E) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Assigns the object into the data storage at the given index and returns the object that's been stored.
assign(int, E) - Method in class org.eclipse.emf.common.util.BasicEList
Assigns the object into the data storage at the given index and returns the object that's been stored.
associate(Adapter, Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Associates an adapter with a notifier by adding it to the target's adapters.
authority() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with an authority component, returns it; null otherwise.
authority() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
authority - Variable in class org.eclipse.emf.common.util.URI.Hierarchical
The authority of the hierarchical URI.
authority() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
AUTHORITY_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
AUTHORITY_SEPARATOR_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI
 

B

base - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The base that implicitly precedes the URI.path().
baseURL - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
The cached base URL.
basicAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds the object at the end of the list and returns the potentially updated notification chain; it does no inverse updating.
basicAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds the object at the end of the list and returns the potentially updated notification chain; it does no inverse updating.
BasicCommandStack - Class in org.eclipse.emf.common.command
A basic and obvious implementation of an undoable stack of commands.
BasicCommandStack() - Constructor for class org.eclipse.emf.common.command.BasicCommandStack
Creates a new empty instance.
BasicDiagnostic - Class in org.eclipse.emf.common.util
A basic implementation of a diagnostic that that also acts as a chain.
BasicDiagnostic() - Constructor for class org.eclipse.emf.common.util.BasicDiagnostic
Default Constructor (no initialization for local parameters)
BasicDiagnostic(String, int, String, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicDiagnostic
 
BasicDiagnostic(int, String, int, String, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicDiagnostic
 
BasicDiagnostic(String, int, List<? extends Diagnostic>, String, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicDiagnostic
 
BasicEList<E> - Class in org.eclipse.emf.common.util
A highly extensible list implementation.
BasicEList() - Constructor for class org.eclipse.emf.common.util.BasicEList
Creates an empty instance with no initial capacity.
BasicEList(int) - Constructor for class org.eclipse.emf.common.util.BasicEList
Creates an empty instance with the given capacity.
BasicEList(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.BasicEList
Creates an instance that is a copy of the collection.
BasicEList(int, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicEList
Creates an initialized instance that directly uses the given arguments.
BasicEList.BasicIndexOutOfBoundsException - Exception in org.eclipse.emf.common.util
An IndexOutOfBoundsException that constructs a message from the argument data.
BasicEList.EIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated. 
BasicEList.EListIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated. 
BasicEList.FastCompare<E> - Class in org.eclipse.emf.common.util
A BasicEList that uses == instead of equals to compare members.
BasicEList.NonResolvingEIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated. 
BasicEList.NonResolvingEListIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated. 
BasicEList.UnmodifiableEList<E> - Class in org.eclipse.emf.common.util
An unmodifiable version of BasicEList.
BasicEMap<K,V> - Class in org.eclipse.emf.common.util
A highly extensible map implementation.
BasicEMap() - Constructor for class org.eclipse.emf.common.util.BasicEMap
Creates an empty instance.
BasicEMap(int) - Constructor for class org.eclipse.emf.common.util.BasicEMap
Creates an empty instance with the given capacity.
BasicEMap(Map<? extends K, ? extends V>) - Constructor for class org.eclipse.emf.common.util.BasicEMap
Creates an instance that is a copy of the map.
BasicEMap.BasicEMapIterator<U> - Class in org.eclipse.emf.common.util
An iterator over the map entry data.
BasicEMap.BasicEMapKeyIterator - Class in org.eclipse.emf.common.util
An iterator over the map key data.
BasicEMap.BasicEMapValueIterator - Class in org.eclipse.emf.common.util
An iterator over the map value data.
BasicEMap.DelegatingMap - Class in org.eclipse.emf.common.util
 
BasicEMap.Entry<K,V> - Interface in org.eclipse.emf.common.util
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.EntryImpl - Class in org.eclipse.emf.common.util
A simple and obvious entry implementation.
BasicEMap.View<K,V> - Class in org.eclipse.emf.common.util
An implementation class to hold the views.
basicGet(int) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns the object at the index without resolving it.
basicGet(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns the object at the index without resolving it.
basicGet(int) - Method in class org.eclipse.emf.common.util.BasicEList
Returns the object at the index without resolving it.
basicGet(int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the object at the index without resolving it.
BasicIndexOutOfBoundsException(int, int) - Constructor for exception org.eclipse.emf.common.util.AbstractEList.BasicIndexOutOfBoundsException
Constructs an instance with a message based on the arguments.
BasicIndexOutOfBoundsException(int, int) - Constructor for exception org.eclipse.emf.common.util.BasicEList.BasicIndexOutOfBoundsException
Constructs an instance with a message based on the arguments.
basicIterator() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns a read-only iterator that does not resolve objects.
basicIterator() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns a read-only iterator that does not resolve objects.
basicList() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns an unsafe list that provides a non-resolving view of the underlying data storage.
basicList() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns an unsafe list that provides a non-resolving view of the underlying data storage.
basicList() - Method in class org.eclipse.emf.common.util.BasicEList
Returns an unsafe list that provides a non-resolving view of the underlying data storage.
basicList() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns an unsafe list that provides a non-resolving view of the backing store list.
basicListIterator() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns a read-only list iterator that does not resolve objects.
basicListIterator(int) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns a read-only list iterator advanced to the given index that does not resolve objects.
basicListIterator() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns a read-only list iterator that does not resolve objects.
basicListIterator(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns a read-only list iterator advanced to the given index that does not resolve objects.
BasicMonitor - Class in org.eclipse.emf.common.util
The most basic implementation of a task monitor.
BasicMonitor() - Constructor for class org.eclipse.emf.common.util.BasicMonitor
 
BasicMonitor.Delegating - Class in org.eclipse.emf.common.util
A simple monitor that delegates to another monitor.
BasicMonitor.EclipseSubProgress - Class in org.eclipse.emf.common.util
An Eclipse subprogress monitor that directly implements the monitor API.
BasicMonitor.Printing - Class in org.eclipse.emf.common.util
A simple monitor that prints progress to a print stream.
BasicNotifierImpl - Class in org.eclipse.emf.common.notify.impl
An extensible notifier implementation.
BasicNotifierImpl() - Constructor for class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
Creates a blank new instance.
BasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter> - Class in org.eclipse.emf.common.notify.impl
 
BasicNotifierImpl.EObservableAdapterList - Interface in org.eclipse.emf.common.notify.impl
An interface implemented by adapter lists that allows listeners to observe adapters being added and removed.
BasicNotifierImpl.EObservableAdapterList.Listener - Interface in org.eclipse.emf.common.notify.impl
An interface implemented by clients wishing to observe adapters being added and removed from an adapter lists.
BasicNotifierImpl.EScannableAdapterList - Interface in org.eclipse.emf.common.notify.impl
An interface implemented by an adapter list that supports direct adapter lookup based on type, i.e., that directly and very efficiently implements the equivalent of the follow logic.
basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Removes the object from the list and returns the potentially updated notification chain; it does no inverse updating.
basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Removes the object from the list and returns the potentially updated notification chain; it does no inverse updating.
basicSet(int, E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Sets the object at the index and returns the potentially updated notification chain; it does no inverse updating.
basicSet(int, E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Sets the object at the index and returns the potentially updated notification chain; it does no inverse updating.
beginTask(String, int) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
beginTask(String, int) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
beginTask(String, int) - Method in class org.eclipse.emf.common.util.BasicMonitor.Printing
 
beginTask(String, int) - Method in interface org.eclipse.emf.common.util.Monitor
Called once per instance to indicate the name of the task and its expected duration.
buffer - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
A buffer for character level processing; it grows as needed.
Builder(String, int) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.Builder
Creates an instance with the given capacity.
bundleLocalization - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
The default localization properties file.

C

CachedToString(SegmentSequence, String, ReferenceQueue<? super String>) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.CachedToString
 
CachedToString(URI, String, ReferenceQueue<? super String>) - Constructor for class org.eclipse.emf.common.util.URI.URIPool.CachedToString
 
cachedToStrings - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
A reference queue for internally managing the collection of cached SegmentSequence.toStrings.
cachedToStrings - Variable in class org.eclipse.emf.common.util.URI.URIPool
A reference queue for managing the Object.toString() values.
cacheString(String) - Method in class org.eclipse.emf.common.util.URI
 
cacheString(String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
cacheString(String) - Method in class org.eclipse.emf.common.util.URI.Opaque
 
CANCEL - Static variable in interface org.eclipse.emf.common.util.Diagnostic
The bit mask value 0x8 for a severity indicating that the diagnosis was canceled.
CANCEL_INSTANCE - Static variable in interface org.eclipse.emf.common.util.Diagnostic
A diagnostic indicating that the diagnosis was canceled.
canContainNull() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
canContainNull() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns !
canContainNull() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns !
canContainNull() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns whether null is a valid object for the list.
canExecute() - Method in class org.eclipse.emf.common.command.AbstractCommand
Calls AbstractCommand.prepare(), caches the result in AbstractCommand.isExecutable, and sets AbstractCommand.isPrepared to true; from then on, it will yield the value of isExecutable.
canExecute() - Method in interface org.eclipse.emf.common.command.Command
Returns whether the command is valid to execute.
canExecute() - Method in class org.eclipse.emf.common.command.IdentityCommand
Returns true.
canExecute() - Method in class org.eclipse.emf.common.command.UnexecutableCommand
Returns false.
canRedo() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
canRedo() - Method in interface org.eclipse.emf.common.command.CommandStack
Returns whether there are commands past the top of the stack that can be redone.
canUndo() - Method in class org.eclipse.emf.common.command.AbstractCommand
Returns true because most command should be undoable.
canUndo() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
canUndo() - Method in interface org.eclipse.emf.common.command.Command
Returns whether the command can be undone.
canUndo() - Method in interface org.eclipse.emf.common.command.CommandStack
Returns whether the top command on the stack can be undone.
canUndo() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the canUndo method of the command.
canUndo() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns false if any of the commands return false for Command.canUndo().
canUndo() - Method in class org.eclipse.emf.common.command.UnexecutableCommand
Returns false.
capacityIndex - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet
The current index within WeakInterningHashSet.PRIME_CAPACITIES for the length of the WeakInterningHashSet.entries.
chain(Command) - Method in class org.eclipse.emf.common.command.AbstractCommand
Creates a new compound command, containing this command and the given command, that delegates chain to CompoundCommand.append(org.eclipse.emf.common.command.Command).
chain(Command) - Method in interface org.eclipse.emf.common.command.Command
Returns a command that represents the composition of this command with the given command.
characters - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
A buffer uses for processing the path.
charactersAccessUnit - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
charactersAccessUnit - Variable in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
A local access unit for exclusive use in URI.URIPool.URIPoolAccessUnitBase.intern(char[], int, int).
charAt(int) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the specified character in the string representation of the sequence.
checkModCount() - Method in class org.eclipse.emf.common.util.AbstractEList.EIterator
Checks that the modification count is as expected.
checkModCount() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList.EIterator
Checks that the modification count and data array are as expected.
checkModCount() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList.EListIterator
Checks that the modification count and data array are as expected.
checkModCount() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEIterator
Checks that the modification count and data array are as expected.
checkModCount() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEListIterator
Checks that the modification count and data array are as expected.
children - Variable in class org.eclipse.emf.common.util.BasicDiagnostic
The message.
cleanup() - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure that the write lock is held during cleanup.
cleanup() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Polls the WeakInterningHashSet.internalQueue and removes any garbage collected entries.
cleanupPeriod - Variable in class org.eclipse.emf.common.util.Pool
The number of accesses between each attempt to clean up garbage collected entries.
clear() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
clear() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Clears the list of all objects.
clear() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Clears the list of all objects.
clear() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Clears the list of all objects.
clear() - Method in class org.eclipse.emf.common.util.BasicEList
Clears the list of all objects.
clear() - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
clear() - Method in class org.eclipse.emf.common.util.BasicEMap
clear() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
clear() - Method in class org.eclipse.emf.common.util.DelegatingEList
Clears the list of all objects.
clear() - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
clear() - Method in class org.eclipse.emf.common.util.Pool
Throws an UnsupportedOperationException because removal is not supported..
clear() - Method in class org.eclipse.emf.common.util.Pool.ExternalRehasher
 
clear() - Method in class org.eclipse.emf.common.util.Pool.PoolEntry
 
clear() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.CachedToString
 
clear() - Method in class org.eclipse.emf.common.util.URI.URIPool.CachedToString
 
clear() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Specialized to be more efficient.
clear() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet.Entry
clear(WeakInterningHashSet<E>) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet.Entry
removes this entry from the set and then calls WeakInterningHashSet.Entry.doClear().
clear() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet.SelfCleaningEntry
 
clearBlocked() - Method in class org.eclipse.emf.common.util.BasicMonitor
 
clearBlocked() - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
clearBlocked() - Method in class org.eclipse.emf.common.util.BasicMonitor.Printing
 
clearBlocked() - Method in interface org.eclipse.emf.common.util.Monitor
Clears the reason for the activity being blocked.
clone() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns a shallow copy of this list.
clone() - Method in class org.eclipse.emf.common.util.BasicEList
Returns a shallow copy of this list.
clone() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns a shallow copy of this map.
clone() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
Returns a new entry just like this one.
code - Variable in class org.eclipse.emf.common.util.BasicDiagnostic
The code.
collapseSegments(boolean) - Method in class org.eclipse.emf.common.util.URI
 
collapseSegments(boolean) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
collapseSegments(boolean) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
Command - Interface in org.eclipse.emf.common.command
An interface that every command is expected to support.
command - Variable in class org.eclipse.emf.common.command.CommandWrapper
The command for which this is a proxy or decorator.
commandList - Variable in class org.eclipse.emf.common.command.BasicCommandStack
The list of commands.
commandList - Variable in class org.eclipse.emf.common.command.CompoundCommand
The list of subcommands.
CommandStack - Interface in org.eclipse.emf.common.command
A simple and obvious interface for an undoable stack of commands with a listener.
commandStackChanged(EventObject) - Method in interface org.eclipse.emf.common.command.CommandStackListener
Called when the CommandStack's state has changed.
CommandStackListener - Interface in org.eclipse.emf.common.command
A listener to a CommandStack.
CommandWrapper - Class in org.eclipse.emf.common.command
A command that wraps another command.
CommandWrapper(Command) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a decorator instance for the given command.
CommandWrapper(String, Command) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a decorator instance with the given label for the given command.
CommandWrapper(String, String, Command) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a decorator instance with the given label and description for the given command.
CommandWrapper() - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a commandless proxy instance.
CommandWrapper(String) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a commandless proxy instance, with the given label.
CommandWrapper(String, String) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a commandless proxy instance, with the given label and description.
CommonPlugin - Class in org.eclipse.emf.common
The Plugin for the model EMF.Common library.
CommonPlugin.ElementRecord - Class in org.eclipse.emf.common
A simple representation of an element in a plugin.xml.
CommonPlugin.Implementation - Class in org.eclipse.emf.common
The actual implementation of the Eclipse Plugin.
CommonPlugin.Implementation.Activator - Class in org.eclipse.emf.common
 
CommonPlugin.SimpleTargetPlatformRegistryImpl<K,V> - Class in org.eclipse.emf.common
A specialized HashMap map that supports computing information from the target platform, if the PDE is available.
CommonUtil - Class in org.eclipse.emf.common.util
Static utilities for string pooling.
CompoundCommand - Class in org.eclipse.emf.common.command
A command that comprises a sequence of subcommands.
CompoundCommand() - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an empty instance.
CompoundCommand(String) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given label.
CompoundCommand(String, String) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given label and description.
CompoundCommand(List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given list.
CompoundCommand(String, List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates instance with the given label and list.
CompoundCommand(String, String, List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given label, description, and list.
CompoundCommand(int) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an empty instance with the given result index.
CompoundCommand(int, String) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given result index and label.
CompoundCommand(int, String, String) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given result index, label, and description.
CompoundCommand(int, List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given result index and list.
CompoundCommand(int, String, List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given resultIndex, label, and list.
CompoundCommand(int, String, String, List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given result index, label, description, and list.
connect() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Record that this is connected.
contains(Object) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns whether the list contains the object.
contains(Object) - Method in class org.eclipse.emf.common.util.BasicEList
Returns whether the list contains the object.
contains(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
contains(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the list contains the object.
contains(Object) - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure thread safety.
contains(String, long, long) - Static method in class org.eclipse.emf.common.util.URI
 
contains(Object) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
containsAll(Collection<?>) - Method in class org.eclipse.emf.common.util.BasicEMap
containsAll(Collection<?>) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the list contains each object in the collection.
containsAll(Collection<?>) - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure thread safety.
containsKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
containsKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
containsKey(Object) - Method in interface org.eclipse.emf.common.util.EMap
Returns whether the key is associated with a value.
containsNull - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet
Whether or not this set contains the null value.
containsValue(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
containsValue(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
containsValue(Object) - Method in interface org.eclipse.emf.common.util.EMap
Returns whether the value is associated with a key.
copy() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns a copy of the existing data array.
count - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
The number of segments to consider.
count - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
The number of segments to consider.
count - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
The number of characters from the offset.
count - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit
The number of characters from the offset.
count1 - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
The number of segments from the offset of the first segments.
count2 - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
The number of segments from the offset of the second segments.
CREATE - Static variable in interface org.eclipse.emf.common.notify.Notification
Deprecated. 
create(String, String) - Static method in class org.eclipse.emf.common.util.SegmentSequence
Returns the segment sequence for the value, splitting it into segments as appropriate, or null if the value is null.
create(String) - Static method in class org.eclipse.emf.common.util.SegmentSequence
Returns the empty segment sequence for the given delimiter.
create(String, String...) - Static method in class org.eclipse.emf.common.util.SegmentSequence
Returns the segment sequence for the given segments, splitting individual segments as necessary, i.e., if they contain the delimiter character, or omitting empty segments in the case of the empty delimiter.
create(String, String[], int) - Static method in class org.eclipse.emf.common.util.SegmentSequence
 
createAdapter(Notifier, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an adapter by calling createAdapter(Notifier).
createAdapter(Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an AdapterImpl.
createBundle() - Method in class org.eclipse.emf.common.CommonPlugin.Implementation.Activator
 
createBundle() - Method in class org.eclipse.emf.common.EMFPlugin.OSGiDelegatingBundleActivator
 
createCommand() - Method in class org.eclipse.emf.common.command.CommandWrapper
Create the command being proxied.
createdEntry - Variable in class org.eclipse.emf.common.util.Pool.AccessUnit
 
createDeviceURI(String) - Static method in class org.eclipse.emf.common.util.URI
Deprecated.
Use createURI, which now has explicit device support enabled. The two methods now operate identically.
createFileURI(String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method based on parsing a File path string.
createGenericURI(String, String, String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method for a generic, non-hierarchical URI.
createHierarchicalURI(String, String, String, String, String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method for a hierarchical URI with no path.
createHierarchicalURI(String, String, String, String[], String, String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method for a hierarchical URI with absolute path.
createHierarchicalURI(String[], String, String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method for a relative hierarchical URI with relative path.
createInputStream(String) - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Creates an input stream for the nested URL by calling opening a stream on it.
createKey(String) - Method in class org.eclipse.emf.common.CommonPlugin.SimpleTargetPlatformRegistryImpl
Returns the attribute value converted to a value of the key type.
createNotification(int, Object, Object, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
 
createNotification(int, Object, Object, int, boolean) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Creates a notification.
createNotification(int, Object, Object, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
 
createNotification(int, Object, Object, int, boolean) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates a notification.
createNotificationChain(int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Creates a notification chain, if the expected capacity exceeds the threshold at which a list is better than chaining individual notification instances.
createNotificationChain(int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates a notification chain, if the expected capacity exceeds the threshold at which a list is better than chaining individual notification instances.
createOutputStream(String) - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Creates an output stream for the nested URL by calling opening a stream on it.
createPlatformPluginURI(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Static factory method based on parsing a plug-in-based path string, with an option to encode the created URI.
createPlatformResourceURI(String) - Static method in class org.eclipse.emf.common.util.URI
createPlatformResourceURI(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Static factory method based on parsing a workspace-relative path string, with an option to encode the created URI.
createURI(String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method based on parsing a URI string, with explicit device support and handling for archive URIs enabled.
createURI(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Static factory method that encodes and parses the given URI string.
createURI(String, boolean, int) - Static method in class org.eclipse.emf.common.util.URI
Static factory method that encodes and parses the given URI string.
createURIWithCache(String) - Static method in class org.eclipse.emf.common.util.URI
Deprecated.
Please use createURI instead.
cursor - Variable in class org.eclipse.emf.common.util.AbstractEList.EIterator
The current position of the iterator.
cursor - Variable in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
The cursor in the entry data.

D

data() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
data() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns direct unsafe access to the underlying data storage.
data - Variable in class org.eclipse.emf.common.util.BasicDiagnostic
The data.
data - Variable in class org.eclipse.emf.common.util.BasicEList
The underlying data storage of the list.
data() - Method in class org.eclipse.emf.common.util.BasicEList
Returns direct unsafe access to the underlying data storage.
dataAsList(Object[]) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
DEBUG - Static variable in class org.eclipse.emf.common.util.URI
 
decode(String) - Static method in class org.eclipse.emf.common.util.URI
Decodes the given string by interpreting three-digit escape sequences as the bytes of a UTF-8 encoded character and replacing them with the characters they represent.
delegateAdd(E) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds the object at the end of the backing store list.
delegateAdd(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds the object at the given index in the backing store list.
delegateBasicList() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns an unsafe list that provides a non-resolving view of the backing store list.
delegateClear() - Method in class org.eclipse.emf.common.util.DelegatingEList
Clears the backing store list of all objects.
delegateContains(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the backing store list contains the object.
delegateContainsAll(Collection<?>) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the backing store list contains each object in the collection.
delegatedGetImage(String) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Does the work of fetching the image associated with the key, when the image resource is not available locally.
delegatedGetString(String, boolean) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Does the work of fetching the string associated with the key, when the string resource is not available locally.
delegateEList - Variable in class org.eclipse.emf.common.util.BasicEMap
The underlying list of entries.
delegateEquals(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the object is a list with corresponding equal objects to those in the backing store list.
delegateGet(int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the object at the index in the backing store list.
delegateHashCode() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the hash code of the backing store list.
delegateIndexOf(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the position of the first occurrence of the object in the backing store list.
delegateIsEmpty() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the backing store list has zero size.
delegateIterator() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns an iterator over the backing store list.
delegateLastIndexOf(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the position of the last occurrence of the object in the backing store list.
delegateList() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the list that acts as the backing store.
delegateList() - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
 
delegateListIterator() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns a list iterator over the backing store list.
delegateMove(int, int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Moves the object at the source index in the backing store list by removing it and adding it at the new target index.
delegateRemove(int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Removes the object at the index from the backing store list and returns it.
delegateResourceLocators - Variable in class org.eclipse.emf.common.EMFPlugin
 
delegateSet(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList
Sets the object at the index in the backing store list and returns the old object at the index.
delegateSize() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the number of objects in the backing store list.
delegateToArray() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns an array containing all the objects in the backing store list in sequence.
delegateToArray(T[]) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns an array containing all the objects in the backing store list in sequence.
delegateToString() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns a the string form of the backing store list.
Delegating(Monitor) - Constructor for class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
DelegatingEList<E> - Class in org.eclipse.emf.common.util
A highly extensible delegating list implementation.
DelegatingEList() - Constructor for class org.eclipse.emf.common.util.DelegatingEList
Creates an empty instance.
DelegatingEList(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.DelegatingEList
Creates an instance that is a copy of the collection.
DelegatingEList.EIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated. 
DelegatingEList.EListIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated. 
DelegatingEList.NonResolvingEIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated. 
DelegatingEList.NonResolvingEListIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated. 
DelegatingEList.UnmodifiableEList<E> - Class in org.eclipse.emf.common.util
An unmodifiable version of DelegatingEList.
DelegatingMap() - Constructor for class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
DelegatingNotifyingListImpl<E> - Class in org.eclipse.emf.common.notify.impl
An extensible implementation of a notifying list that delegates to a backing list.
DelegatingNotifyingListImpl() - Constructor for class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Creates an empty instance.
DelegatingNotifyingListImpl(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Creates an instance that is a copy of the collection.
DelegatingResourceLocator - Class in org.eclipse.emf.common.util
An abstract resource locator implementation comprising a primary locator and a series delegate locators.
DelegatingResourceLocator() - Constructor for class org.eclipse.emf.common.util.DelegatingResourceLocator
Creates an instance.
delete() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
 
delimiter - Variable in class org.eclipse.emf.common.util.SegmentSequence.Builder
The delimiter of the builder.
delimiter - Variable in class org.eclipse.emf.common.util.SegmentSequence
The delimiter for this instance.
delimiter() - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the delimiter of the segment sequence.
delimiter - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
The delimiter being accessed.
delimiter - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit
The delimiters being accessed.
delimiter - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit
The delimiter being accessed.
delimiter - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
The delimiter of the value being accessed.
delimiterBuffer - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
A buffer to hold the delimiter's characters; it grows as needed.
deresolve(URI) - Method in class org.eclipse.emf.common.util.URI
Finds the shortest relative or, if necessary, the absolute URI that, when resolved against the given base absolute hierarchical URI using resolve, will yield this absolute URI.
deresolve(URI, boolean, boolean, boolean) - Method in class org.eclipse.emf.common.util.URI
Finds an absolute URI that, when resolved against the given base absolute hierarchical URI using resolve, will yield this absolute URI.
deresolve(URI, boolean, boolean, boolean) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
deresolve(URI, boolean, boolean, boolean) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
description - Variable in class org.eclipse.emf.common.command.AbstractCommand
Holds a short textual description of the command as returned by AbstractCommand.getDescription() and set by AbstractCommand.setDescription(java.lang.String).
device() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with a device component, returns it; null otherwise.
device() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
device - Variable in class org.eclipse.emf.common.util.URI.Hierarchical
The device of the hierarchical URI.
device() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
DEVICE_IDENTIFIER - Static variable in class org.eclipse.emf.common.util.URI
 
devicePath() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with a path, returns a string representation of the path, including the authority and the device component; null otherwise.
devicePath() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
devicePath() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
Diagnostic - Interface in org.eclipse.emf.common.util
Information about the outcome of some activity.
DiagnosticChain - Interface in org.eclipse.emf.common.util
An accumulator of diagnostics.
DiagnosticException - Exception in org.eclipse.emf.common.util
A checked exception representing a diagnosed failure.
DiagnosticException(Diagnostic) - Constructor for exception org.eclipse.emf.common.util.DiagnosticException
 
didAdd(int, E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
didAdd(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Called to indicate that an object has been added to the data storage.
didAdd(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to indicate that the entry has been added.
didChange() - Method in class org.eclipse.emf.common.util.AbstractEList
Called to indicate that the data storage has been changed.
didClear(int, Object[]) - Method in class org.eclipse.emf.common.util.AbstractEList
Called to indicate that the data storage has been cleared.
didClear(BasicEList<BasicEMap.Entry<K, V>>[]) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to indicate that the map has been cleared.
didModify(BasicEMap.Entry<K, V>, V) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to indicate that the entry has an updated value.
didMove(int, E, int) - Method in class org.eclipse.emf.common.util.AbstractEList
Called to indicate that an object has been moved in the data storage.
didRemove(int, E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
didRemove(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Called to indicate that an object has been removed from the data storage.
didRemove(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to indicate that the entry has been removed.
didSet(int, E, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Called to indicate that the data storage has been set.
DIGIT_HI - Static variable in class org.eclipse.emf.common.util.URI
 
DIGIT_LO - Static variable in class org.eclipse.emf.common.util.URI
 
dispatch() - Method in class org.eclipse.emf.common.notify.impl.NotificationChainImpl
 
dispatch(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Dispatches the notification to its notifier.
dispatch() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
dispatch() - Method in interface org.eclipse.emf.common.notify.NotificationChain
Dispatches each notification to the appropriate notifier via Notifier.eNotify.
dispatchNotification(Notification) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Dispatches a notification to the notifier of the list.
dispatchNotification(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Dispatches a notification to the notifier of the list.
dispose() - Method in class org.eclipse.emf.common.command.AbstractCommand
 
dispose() - Method in interface org.eclipse.emf.common.command.Command
Called to indicate that the command will never be used again.
dispose() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the dispose method of the command.
dispose() - Method in class org.eclipse.emf.common.command.CompoundCommand
Calls Command.dispose() for each command in the list.
dispose() - Method in class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
Removes the adapter from all its targets.
doAdd(E) - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Adds the object at the next index and advances the iterator past it.
doAddAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object of the collection to the end of the list; it does no uniqueness checking, inverse updating, or notification.
doAddAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no range checking, uniqueness checking, inverse updating, or notification.
doAddAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object from start to end of the array to the end of the list and returns whether any objects were added; it does no ranging checking, uniqueness checking, inverse updating, or notification.
doAddAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking, uniqueness checking, inverse updating, or notification.
doAddAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object of the collection to the end of the list; it does no uniqueness checking, inverse updating, or notification.
doAddAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no range checking, uniqueness checking, inverse updating, or notification.
doAddAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object from start to end of the array to the end of the list and returns whether any objects were added; it does no ranging checking, uniqueness checking, inverse updating, or notification.
doAddAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking, uniqueness checking, inverse updating, or notification.
doAddUnique(E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds the object at the end of the list; it does no uniqueness checking, inverse updating, or notification.
doAddUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds the object at the given index in the list; it does no range checking, uniqueness checking, inverse updating, or notification.
doAddUnique(E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds the object at the end of the list; it does no uniqueness checking, inverse updating, or notification.
doAddUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds the object at the given index in the list; it does no range checking, uniqueness checking, inverse updating, or notification.
doCleanup() - Method in class org.eclipse.emf.common.util.Pool
Calls super.
doCleanup() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Specialized to also clean up the SegmentSequence.SegmentSequencePool.cachedToStrings.
doCleanup() - Method in class org.eclipse.emf.common.util.URI.URIPool
Specialized to manage the URI.URIPool.cachedToStrings.
doClear() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Clears the list of all objects; it does no inverse updating.
doClear() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Clears the list of all objects; it does no inverse updating.
doClear() - Method in class org.eclipse.emf.common.util.BasicEMap
Clears the map.
doClear(int, Object[]) - Method in class org.eclipse.emf.common.util.DelegatingEList
Does the actual job of clearing all the objects.
doClear() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet.Entry
 
doGetImage(String) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
Does the work of fetching the image associated with the key.
doGetImage(String) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Does the work of fetching the image associated with the key.
doGetString(String, boolean) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Does the work of fetching the string associated with the key.
doIntern(boolean, Pool.AccessUnit<E>) - Method in class org.eclipse.emf.common.util.Pool
Returns the interned version of the value accessed by this access unit and frees the access unit for reuse.
doMove(int, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Moves the object at the source index of the list to the target index of the list and returns the moved object; it does no notification.
doMove(int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Moves the object at the source index of the list to the target index of the list and returns the moved object; it does no notification.
doMove(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
Increments the modification count.
done() - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
done() - Method in class org.eclipse.emf.common.util.BasicMonitor
 
done() - Method in interface org.eclipse.emf.common.util.Monitor
Called to indicate the task is complete.
doNext() - Method in class org.eclipse.emf.common.util.AbstractEList.EIterator
Returns the next object and advances the iterator.
doNext() - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEIterator
Returns the next object and advances the iterator.
doNext() - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Returns the next object and advances the iterator.
doPrevious() - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Returns the previous object and advances the iterator.
doPrevious() - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Returns the previous object and advances the iterator.
doPut(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
Adds the new entry to the map.
doRemove(int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Removes the object at the index from the list and returns it; it does no inverse updating, or notification.
doRemove(int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Removes the object at the index from the list and returns it; it does no inverse updating, or notification.
doRemove(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
Removes the entry from the map.
doRemoveAll(Collection<?>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Removes each object of the collection from the list and returns whether any object was actually contained by the list; it does no inverse updating, or notification.
doRemoveAll(Collection<?>) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Removes each object of the collection from the list and returns whether any object was actually contained by the list; it does no inverse updating, or notification.
doSet(E) - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Sets the object at the index of the last call to next or previous.
doSet(E) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList.EListIterator
 
doSetUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Sets the object at the index and returns the old object at the index; it does no ranging checking, uniqueness checking, inverse updating or notification.
doSetUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Sets the object at the index and returns the old object at the index; it does no ranging checking, uniqueness checking, inverse updating or notification.
dump() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Dumps information about the current state of the set.

E

EAdapterList(Notifier) - Constructor for class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
eAdapters() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
 
eAdapters - Variable in class org.eclipse.emf.common.notify.impl.NotifierImpl
The list of Adapters associated with the notifier.
eAdapters() - Method in class org.eclipse.emf.common.notify.impl.NotifierImpl
 
eAdapters() - Method in interface org.eclipse.emf.common.notify.Notifier
Returns list of the adapters associated with this notifier.
eBasicAdapterArray() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
Returns the underlying array of adapters.
eBasicAdapters() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
Returns the adapter list, even if it is null.
eBasicAdapters() - Method in class org.eclipse.emf.common.notify.impl.NotifierImpl
 
eBasicHasAdapters() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
Returns whether there are any adapters.
EclipsePlugin() - Constructor for class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
Creates an instance.
EclipseSubProgress(IProgressMonitor, int) - Constructor for class org.eclipse.emf.common.util.BasicMonitor.EclipseSubProgress
 
EclipseSubProgress(IProgressMonitor, int, int) - Constructor for class org.eclipse.emf.common.util.BasicMonitor.EclipseSubProgress
 
ECollections - Class in org.eclipse.emf.common.util
Support for empty and unmodifiable ELists.
eDeliver() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
 
EDELIVER - Static variable in class org.eclipse.emf.common.notify.impl.NotifierImpl
The bit of NotifierImpl.eFlags that is used to represent NotifierImpl.eDeliver().
eDeliver() - Method in class org.eclipse.emf.common.notify.impl.NotifierImpl
 
eDeliver() - Method in interface org.eclipse.emf.common.notify.Notifier
Returns whether this notifier will deliver notifications to the adapters.
eFlags - Variable in class org.eclipse.emf.common.notify.impl.NotifierImpl
An extensible set of bit flags; the first bit is used for NotifierImpl.EDELIVER to implement NotifierImpl.eDeliver().
EIterator() - Constructor for class org.eclipse.emf.common.util.AbstractEList.EIterator
 
EIterator() - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.EIterator
 
EIterator() - Constructor for class org.eclipse.emf.common.util.BasicEList.EIterator
Deprecated.
 
EIterator() - Constructor for class org.eclipse.emf.common.util.DelegatingEList.EIterator
Deprecated.
 
ELAST_NOTIFIER_FLAG - Static variable in class org.eclipse.emf.common.notify.impl.NotifierImpl
The last bit used by this class; derived classes may use bit values higher than this.
EList<E> - Interface in org.eclipse.emf.common.util
A list that supports move.
EListIterator() - Constructor for class org.eclipse.emf.common.util.AbstractEList.EListIterator
Creates an instance.
EListIterator(int) - Constructor for class org.eclipse.emf.common.util.AbstractEList.EListIterator
Creates an instance advanced to the index.
EListIterator() - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.EListIterator
Creates an instance.
EListIterator(int) - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.EListIterator
Creates an instance advanced to the index.
EListIterator() - Constructor for class org.eclipse.emf.common.util.BasicEList.EListIterator
Deprecated.
Creates an instance.
EListIterator(int) - Constructor for class org.eclipse.emf.common.util.BasicEList.EListIterator
Deprecated.
Creates an instance advanced to the index.
EListIterator() - Constructor for class org.eclipse.emf.common.util.DelegatingEList.EListIterator
Deprecated.
Creates an instance.
EListIterator(int) - Constructor for class org.eclipse.emf.common.util.DelegatingEList.EListIterator
Deprecated.
Creates an instance advanced to the index.
eMap() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
EMap<K,V> - Interface in org.eclipse.emf.common.util
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() - Method in interface org.eclipse.emf.common.util.EMap.InternalMapView
Returns the EMap view of the map.
EMap.InternalMapView<K,V> - Interface in org.eclipse.emf.common.util
An internal interface implemented by the map view.
EMFPlugin - Class in org.eclipse.emf.common
EMF must run within an Eclipse workbench, within a headless Eclipse workspace, or just stand-alone as part of some other application.
EMFPlugin(ResourceLocator[]) - Constructor for class org.eclipse.emf.common.EMFPlugin
 
EMFPlugin.EclipsePlugin - Class in org.eclipse.emf.common
The actual implementation of an Eclipse Plugin.
EMFPlugin.InternalEclipsePlugin - Interface in org.eclipse.emf.common
This just provides a common interface for the Eclipse plugins supported by EMF.
EMFPlugin.InternalHelper - Class in org.eclipse.emf.common
This just provides a common delegate for non-UI and UI plug-in classes.
EMFPlugin.OSGiDelegatingBundleActivator - Class in org.eclipse.emf.common
This is just a bundle activator wrapper for delegating to another bundle activator.
EMPTY_ELIST - Static variable in class org.eclipse.emf.common.util.ECollections
An unmodifiable empty list with an efficient reusable iterator.
EMPTY_EMAP - Static variable in class org.eclipse.emf.common.util.ECollections
An unmodifiable empty map with an efficient reusable iterator.
emptyEList() - Static method in class org.eclipse.emf.common.util.ECollections
Returns an empty unmodifiable list.
emptyEMap() - Static method in class org.eclipse.emf.common.util.ECollections
Returns an empty unmodifiable map.
emulateArchiveScheme() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Returns whether the implementation will handle all the archive accessors directly.
encode(String, long, long, boolean) - Static method in class org.eclipse.emf.common.util.URI
 
encode - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
Whether the pathName needs encoding.
ENCODE_PLATFORM_RESOURCE_URIS - Static variable in class org.eclipse.emf.common.util.URI
 
encodeAuthority(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Encodes a string so as to produce a valid authority, as defined by the RFC.
encodedPath - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The final encoded path.
encodedPath - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The path after it's been encoded.
encodeFragment(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Encodes a string so as to produce a valid fragment, as defined by the RFC.
encodeOpaquePart(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Encodes a string so as to produce a valid opaque part value, as defined by the RFC.
encodeQuery(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Encodes a string so as to produce a valid query, as defined by the RFC.
encodeSegment(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Encodes a string so as to produce a valid segment, as defined by the RFC.
encodeURI(String, boolean, int) - Static method in class org.eclipse.emf.common.util.URI
 
eNotificationRequired() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
Returns whether eNotify needs to be called.
eNotify(Notification) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
 
eNotify(Notification) - Method in interface org.eclipse.emf.common.notify.Notifier
Notifies a change to a feature of this notifier as described by the notification.
ensureCapacity() - Method in class org.eclipse.emf.common.util.Pool
 
ensureCapacity() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Ensures that 3/4 of current capacity is larger than the current size, i.e., that the WeakInterningHashSet.size <= WeakInterningHashSet.threshold.
ensureEntryDataExists() - Method in class org.eclipse.emf.common.util.BasicEMap
Ensures that the entry data is created and is populated with contents of the delegate list.
ensureSafety() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
ensureSegmentCapacity(int) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
Ensures that the segment buffer is give enough to hold the given number of segments.
entries - Variable in class org.eclipse.emf.common.util.Pool.AccessUnit
 
entries - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet
The table of linked entries.
Entry(E, int, ReferenceQueue<? super E>) - Constructor for class org.eclipse.emf.common.util.WeakInterningHashSet.Entry
Creates an entry thats part of the set's WeakInterningHashSet.internalQueue or WeakInterningHashSet.externalQueue.
entryCursor - Variable in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
The cursor in the list of entries.
entryData - Variable in class org.eclipse.emf.common.util.BasicEMap
The array of entry lists into which the hash codes are indexed.
entryForKey(int, int, Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to return the entry given the index, the hash, and the key.
EntryImpl(int, K, V) - Constructor for class org.eclipse.emf.common.util.BasicEMap.EntryImpl
Creates a fully initialized instance.
entryIndexForKey(int, int, Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to return the entry list index given the index, the hash, and the key.
entrySet() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
entrySet() - Method in class org.eclipse.emf.common.util.BasicEMap
 
entrySet - Variable in class org.eclipse.emf.common.util.BasicEMap.View
The entry set view.
entrySet() - Method in interface org.eclipse.emf.common.util.EMap
Returns a set view of the entries.
Enumerator - Interface in org.eclipse.emf.common.util
An interface implemented by the enumerators of a type-safe enum.
equalObjects(Object, Object) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns whether two objects are equal using the appropriate comparison mechanism.
equals(Object) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns whether the object is a list with corresponding equal objects.
equals(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
equals(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
equals(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
equals(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the object is a list with corresponding equal objects.
equals(Object) - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure thread safety.
equals(String[], int, String[]) - Static method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
Returns true if the arrays are of the same length and have equal strings.
equals(String[], String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Returns the Arrays.equals(Object[], Object[])'s value for these two objects object.
equals(Object, Object) - Static method in class org.eclipse.emf.common.util.URI
 
equals(Object) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
equals(E, E) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Returns whether the two objects are considered equal.
ERROR - Static variable in interface org.eclipse.emf.common.util.Diagnostic
The bit mask value 0x4 for a severity indicating there is an error message.
ESCAPE - Static variable in class org.eclipse.emf.common.util.URI
 
eSetDeliver(boolean) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
 
eSetDeliver(boolean) - Method in class org.eclipse.emf.common.notify.impl.NotifierImpl
 
eSetDeliver(boolean) - Method in interface org.eclipse.emf.common.notify.Notifier
Sets whether this notifier will deliver notifications to the adapters.
EVENT_TYPE_COUNT - Static variable in interface org.eclipse.emf.common.notify.Notification
The number of built-in event types.
eventType - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The type of the change.
exception() - Method in exception org.eclipse.emf.common.util.WrappedException
Returns the wrapped exception.
exclusiveAccessUnit - Variable in class org.eclipse.emf.common.util.Pool.AccessUnit.Queue
 
execute(Command) - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
execute() - Method in interface org.eclipse.emf.common.command.Command
Performs the command activity required for the effect.
execute(Command) - Method in interface org.eclipse.emf.common.command.CommandStack
Clears any redoable commands not yet redone, adds the command, and then executes the command.
execute() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the execute method of the command.
execute() - Method in class org.eclipse.emf.common.command.CompoundCommand
Calls Command.execute() for each command in the list.
execute() - Method in class org.eclipse.emf.common.command.IdentityCommand
Do nothing.
execute() - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
Calls Command.execute() for each command in the list, but makes sure to call redo for any commands that were previously executed to compute canExecute.
execute() - Method in class org.eclipse.emf.common.command.UnexecutableCommand
Throws an exception if it should ever be called.
expectedData - Variable in class org.eclipse.emf.common.util.ArrayDelegatingEList.EIterator
The expected data array of the containing list.
expectedData - Variable in class org.eclipse.emf.common.util.ArrayDelegatingEList.EListIterator
The expected data array of the containing list.
expectedData - Variable in class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEIterator
The expected data array of the containing list.
expectedData - Variable in class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEListIterator
The expected data array of the containing list.
expectedModCount - Variable in class org.eclipse.emf.common.util.AbstractEList.EIterator
The modification count of the containing list.
expectedModCount - Variable in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
The modification count expected of the map.
extensionFor(String) - Static method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Computes the file extension to be used with the key to specify an image resource.
externalQueue - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet
A queue used when creating external entries and subsequently for cleaning garbage collected references.
ExternalRehasher(Pool<E>, ReferenceQueue<Object>) - Constructor for class org.eclipse.emf.common.util.Pool.ExternalRehasher
 

F

FastCompare() - Constructor for class org.eclipse.emf.common.util.BasicEList.FastCompare
Creates an empty instance with no initial capacity.
FastCompare(int) - Constructor for class org.eclipse.emf.common.util.BasicEList.FastCompare
Creates an empty instance with the given capacity.
FastCompare(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.BasicEList.FastCompare
Creates an instance that is a copy of the collection.
FastCompare() - Constructor for class org.eclipse.emf.common.util.UniqueEList.FastCompare
Creates an empty instance with no initial capacity.
FastCompare(int) - Constructor for class org.eclipse.emf.common.util.UniqueEList.FastCompare
Creates an empty instance with the given capacity.
FastCompare(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.UniqueEList.FastCompare
Creates an instance that is a copy of the collection, with duplicates removed.
FILE_BASE - Static variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The base URI for file scheme URIs.
FILE_BASE_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The hash code of the base URI for file scheme URIs.
FILE_BASE_LENGTH - Static variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The length of the base URI for file scheme URIs.
FILE_EXTENSION_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
FileAccessUnit(URI.URIPool.FileAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
Creates an instance managed by the given queue.
fileAccessUnits - Variable in class org.eclipse.emf.common.util.URI.URIPool
Access units for file URI string-based access.
fileExtension() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI whose path includes a file extension, that file extension is returned; null otherwise.
fileExtension() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
fileExtension() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
findHashCode - Variable in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
findMajorSeparator(int, String, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
Looks for a '/', ':', or '?'
findRelativePath(URI, boolean) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
findSegmentEnd(int, String, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
Looks for a '/', or '?'
findTerminatingCharacter - Variable in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
firstInvalidSegment(String[]) - Static method in class org.eclipse.emf.common.util.URI
 
firstSegment() - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the first segment of the segment sequence, or null if there are no segments.
fix(URL, String) - Static method in class org.eclipse.emf.common.CommonPlugin.Implementation
 
flags - Variable in class org.eclipse.emf.common.util.URI.Hierarchical
Bit flags for the results of all the boolean no-argument methods.
flush() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
flush() - Method in interface org.eclipse.emf.common.command.CommandStack
Disposes all the commands in the stack.
flushCachedString() - Method in class org.eclipse.emf.common.util.URI
 
flushCachedString() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
flushCachedString() - Method in class org.eclipse.emf.common.util.URI.Opaque
 
fragment() - Method in class org.eclipse.emf.common.util.URI
If this URI has a fragment component, returns it; null otherwise.
Fragment(int, URI, CharSequence) - Constructor for class org.eclipse.emf.common.util.URI.Fragment
Creates an instance from the components.
fragment - Variable in class org.eclipse.emf.common.util.URI.Fragment
The representation of the fragment.
fragment() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
FRAGMENT_FIRST_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
When specified as the last argument to createURI, indicates that the first # character should be taken as the fragment separator, and any others should be encoded.
FRAGMENT_LAST_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
When specified as the last argument to createURI, indicates that the last # character should be taken as the fragment separator, and any others should be encoded.
FRAGMENT_NONE - Static variable in class org.eclipse.emf.common.util.URI
When specified as the last argument to createURI, indicates that there is no fragment, so any # characters should be encoded.
FRAGMENT_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 

G

get(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns the object at the index.
get(int) - Method in class org.eclipse.emf.common.util.BasicEList
Returns the object at the index.
get(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
get(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
get(int) - Method in class org.eclipse.emf.common.util.BasicEMap
get(int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the object at the index.
get(Object) - Method in interface org.eclipse.emf.common.util.EMap
Returns the value associated with the key.
get(E) - Method in interface org.eclipse.emf.common.util.InterningSet
Returns either the instance already contained in the set that's equal to the given object, or null if the object is not in the set.
get(E) - Method in class org.eclipse.emf.common.util.Pool
 
get(E) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Returns either the instance already contained in the set that's equal to the given object, or null if the object is not in the set.
getAdapterForType(Object) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
getAdapterForType(Object) - Method in interface org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
Returns that first adapter in the list for which isAdapterForType(type) return true.
getAffectedObjects() - Method in class org.eclipse.emf.common.command.AbstractCommand
Returns an empty list.
getAffectedObjects() - Method in interface org.eclipse.emf.common.command.Command
Returns the collection of things which this command wishes to present as the objects affected by the command.
getAffectedObjects() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the getAffectedObjects method of the command.
getAffectedObjects() - Method in class org.eclipse.emf.common.command.CompoundCommand
Determines the affected objects by composing the affected objects of the commands in the list; this is affected by the setting of CompoundCommand.resultIndex.
getAttributes() - Method in class org.eclipse.emf.common.CommonPlugin.ElementRecord
Returns the attributes of the element.
getBaseURL() - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getBaseURL() - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
getBaseURL() - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
 
getBaseURL() - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns the URL from which all resources are based.
getBlockedReason() - Method in class org.eclipse.emf.common.util.BasicMonitor
Returns the current reason for task being blocked, or null.
getBundle() - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
getBundleLocalization(URL) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
 
getCachedString() - Method in class org.eclipse.emf.common.util.URI
 
getCachedString() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
getCachedString() - Method in class org.eclipse.emf.common.util.URI.Opaque
 
getChildren() - Method in class org.eclipse.emf.common.CommonPlugin.ElementRecord
Returns the children elements.
getChildren(Object) - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
Returns the iterator that yields the children of the object.
getChildren() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
getChildren() - Method in interface org.eclipse.emf.common.util.Diagnostic
Returns the list of child diagnostics.
getCode() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
getCode() - Method in interface org.eclipse.emf.common.util.Diagnostic
Returns source-specific identity code.
getCommand() - Method in class org.eclipse.emf.common.command.CommandWrapper
Returns the command for which this is a proxy or decorator.
getCommandList() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns an unmodifiable view of the commands in the list.
getComparator() - Method in class org.eclipse.emf.common.CommonPlugin
Returns a string comparator appropriate for collating strings for the current locale.
getComparator(Locale) - Method in class org.eclipse.emf.common.CommonPlugin
Returns a string comparator appropriate for collating strings for the give locale.
getData() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
getData() - Method in interface org.eclipse.emf.common.util.Diagnostic
Returns the arbitrary associated list of data.
getDelegateResourceLocators() - Method in class org.eclipse.emf.common.EMFPlugin
 
getDelegateResourceLocators() - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Returns the delegate resource locators.
getDescription() - Method in class org.eclipse.emf.common.command.AbstractCommand
 
getDescription() - Method in interface org.eclipse.emf.common.command.Command
Returns a string suitable to help describe the effect of this command.
getDescription() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the getDescription method of the command.
getDescription() - Method in class org.eclipse.emf.common.command.CompoundCommand
Determines the description by composing the descriptions of the commands in the list; this is affected by the setting of CompoundCommand.resultIndex.
getDescription() - Method in class org.eclipse.emf.common.command.IdentityCommand
 
getDiagnostic() - Method in exception org.eclipse.emf.common.util.DiagnosticException
 
getDuplicates(Collection<?>) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns the collection of objects in the given collection that are also contained by this list.
getEntry() - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
 
getEntry(int) - Method in class org.eclipse.emf.common.util.Pool
Gets the first entry with the matching hash code.
getEntry(int) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Gets the first entry in the table with exactly the given hash code.
getEventType() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getEventType() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the type of change that has occurred.
getEventType() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getEventType method of the notification.
getException() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
Returns the first throwable object available in the BasicDiagnostic.data list, which is set when this diagnostic is instantiated.
getException() - Method in interface org.eclipse.emf.common.util.Diagnostic
Returns the relevant low-level exception, or null if none.
getFeature() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns null.
getFeature() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getFeature() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns null.
getFeature() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the object representing the feature of the notifier that has changed.
getFeature() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getFeature method of the notification.
getFeature() - Method in interface org.eclipse.emf.common.notify.NotifyingList
Returns the notifier's feature that this list represents.
getFeatureDefaultValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getFeatureID() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
getFeatureID(Class<?>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns the result of calling DelegatingNotifyingListImpl.getFeatureID().
getFeatureID(Class<?>) - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getFeatureID() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
getFeatureID(Class<?>) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns the result of calling NotifyingListImpl.getFeatureID().
getFeatureID(Class<?>) - Method in interface org.eclipse.emf.common.notify.Notification
Returns the numeric ID of the feature relative to the given class, or Notification.NO_FEATURE_ID when not applicable.
getFeatureID(Class<?>) - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getFeatureID method of the notification.
getFeatureID() - Method in interface org.eclipse.emf.common.notify.NotifyingList
Returns the notifier's feature ID that this list represents.
getHash() - Method in interface org.eclipse.emf.common.util.BasicEMap.Entry
Returns the hash code of the key.
getHash() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
getImage(String) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getImage(String) - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
Fetches the image associated with the given key.
getImage(String) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
 
getImage(String) - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns the description that can be used to create the image resource associated with the key.
getInputStream() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Creates the input stream for the URL.
getInternalizedValue() - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
Gets the value that should be added to the pool.
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.StringAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
 
getKey() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
getLabel() - Method in class org.eclipse.emf.common.command.AbstractCommand
 
getLabel() - Method in interface org.eclipse.emf.common.command.Command
Returns a string suitable to represent the label that identifies this command.
getLabel() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the getLabel method of the command.
getLabel() - Method in class org.eclipse.emf.common.command.CompoundCommand
Determines the label by composing the labels of the commands in the list; this is affected by the setting of CompoundCommand.resultIndex.
getLabel() - Method in class org.eclipse.emf.common.command.IdentityCommand
 
getLiteral() - Method in class org.eclipse.emf.common.util.AbstractEnumerator
Returns the literal value of the enumerator.
getLiteral() - Method in interface org.eclipse.emf.common.util.Enumerator
Returns the literal value of the enumerator.
getLog() - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
getMergedAffectedObjectsCollection() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns the merged collection of all command affected objects.
getMergedResultCollection() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns the merged collection of all command results.
getMessage() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
getMessage() - Method in interface org.eclipse.emf.common.util.Diagnostic
Returns a message describing the situation.
getMostRecentCommand() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
getMostRecentCommand() - Method in interface org.eclipse.emf.common.command.CommandStack
Returns the command most recently executed, undone, or redone.
getName() - Method in class org.eclipse.emf.common.CommonPlugin.ElementRecord
Returns the name of the element.
getName() - Method in class org.eclipse.emf.common.util.AbstractEnumerator
Returns the name of the enumerator.
getName() - Method in interface org.eclipse.emf.common.util.Enumerator
Returns the name of the enumerator.
getNestedURL() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
 
getNewBooleanValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewBooleanValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type boolean.
getNewBooleanValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewBooleanValue method of the notification.
getNewByteValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewByteValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type byte.
getNewByteValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewByteValue method of the notification.
getNewCharValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewCharValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type char.
getNewCharValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewCharValue method of the notification.
getNewDoubleValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewDoubleValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type double.
getNewDoubleValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewDoubleValue method of the notification.
getNewFloatValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewFloatValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type float.
getNewFloatValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewFloatValue method of the notification.
getNewIntValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewIntValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type int.
getNewIntValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewIntValue method of the notification.
getNewLongValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewLongValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type long.
getNewLongValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewLongValue method of the notification.
getNewShortValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewShortValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type short.
getNewShortValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewShortValue method of the notification.
getNewStringValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewStringValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature as a String.
getNewStringValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewStringValue method of the notification.
getNewValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the value of the notifier's feature after the change occurred.
getNewValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewValue method of the notification.
getNextEntry() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet.Entry
Returns the next entry in the collision chain with the same WeakInterningHashSet.Entry.hashCode.
getNonDuplicates(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns the collection of objects in the given collection that are not also contained by this list.
getNotifier() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns null.
getNotifier() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNotifier() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns null.
getNotifier() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the object affected by the change.
getNotifier() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Returns the local notifier if set; otherwise delegates to the getNotifier method of the notification.
getNotifier() - Method in interface org.eclipse.emf.common.notify.NotifyingList
Returns the notifier that manages this list.
getOldBooleanValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldBooleanValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type boolean.
getOldBooleanValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldBooleanValue method of the notification.
getOldByteValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldByteValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type byte.
getOldByteValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldByteValue method of the notification.
getOldCharValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldCharValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type char.
getOldCharValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldCharValue method of the notification.
getOldDoubleValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldDoubleValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type double.
getOldDoubleValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldDoubleValue method of the notification.
getOldFloatValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldFloatValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type float.
getOldFloatValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldFloatValue method of the notification.
getOldIntValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldIntValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type int.
getOldIntValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldIntValue method of the notification.
getOldLongValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldLongValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type long.
getOldLongValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldLongValue method of the notification.
getOldShortValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldShortValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type short.
getOldShortValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldShortValue method of the notification.
getOldStringValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldStringValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature as a String.
getOldStringValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldStringValue method of the notification.
getOldValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the value of the notifier's feature before the change occurred.
getOldValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldValue method of the notification.
getOutputStream() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Creates the output stream for the URL.
getPlugin() - Static method in class org.eclipse.emf.common.CommonPlugin
Returns the singleton instance of the Eclipse plugin.
getPluginLogger() - Method in class org.eclipse.emf.common.EMFPlugin
Returns an Eclipse plugin implementation of a logger.
getPluginResourceLocator() - Method in class org.eclipse.emf.common.CommonPlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.common.EMFPlugin
Returns an Eclipse plugin implementation of a resource locator.
getPosition() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getPosition() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the position within a list-based feature at which the change occurred.
getPosition() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getPosition method of the notification.
getPrimaryResourceLocator() - Method in class org.eclipse.emf.common.EMFPlugin
 
getPrimaryResourceLocator() - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Returns the primary resource locator.
getReadLock() - Method in class org.eclipse.emf.common.util.Pool
Returns this pool's read lock.
getRedoCommand() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
getRedoCommand() - Method in interface org.eclipse.emf.common.command.CommandStack
Returns the command that will be redone if CommandStack.redo() is called.
getResult() - Method in class org.eclipse.emf.common.command.AbstractCommand
Returns an empty list.
getResult() - Method in interface org.eclipse.emf.common.command.Command
Returns a collection of things which this command wishes to present as it's result.
getResult() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the getResult method of the command.
getResult() - Method in class org.eclipse.emf.common.command.CompoundCommand
Determines the result by composing the results of the commands in the list; this is affected by the setting of CompoundCommand.resultIndex.
getResult() - Method in class org.eclipse.emf.common.command.IdentityCommand
Return the identity result.
getResultIndex() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns the index of the command whose result and affected objects are forwarded.
getSeverity() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
getSeverity() - Method in interface org.eclipse.emf.common.util.Diagnostic
Returns an indicator of the severity of the problem.
getSource() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
getSource() - Method in interface org.eclipse.emf.common.util.Diagnostic
Returns the unique identifier of the source.
getString(String) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getString(String, boolean) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getString(String, Object[]) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getString(String, Object[], boolean) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getString(String, boolean) - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
getString(String, Object[], boolean) - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
getString(String) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
 
getString(String, boolean) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
 
getString(String, Object[]) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
 
getString(String, Object[], boolean) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
 
getString(String) - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns the string resource associated with the key.
getString(String, boolean) - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns the string resource associated with the key.
getString(String, Object[]) - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns a string resource associated with the key, and performs substitutions.
getString(String, Object[], boolean) - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns a string resource associated with the key, and performs substitutions.
getSymbolicName() - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
Return the plugin ID.
getSymbolicName() - Method in class org.eclipse.emf.common.EMFPlugin
 
getSymbolicName() - Method in interface org.eclipse.emf.common.EMFPlugin.InternalEclipsePlugin
 
getSymbolicName() - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
Return the plugin ID.
getTarget() - Method in interface org.eclipse.emf.common.notify.Adapter
Returns the target from which the adapter receives notification.
getTarget() - Method in class org.eclipse.emf.common.notify.impl.AdapterImpl
 
getTarget() - Method in class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
 
getTargetPlatformBundleMappings() - Static method in class org.eclipse.emf.common.CommonPlugin
Computes a map from bundle symbolic name to the bundle's location URI.
getTargetPlatformExtensionPoints(Set<String>) - Static method in class org.eclipse.emf.common.CommonPlugin
Computes a list of element records for each requested extension point.
getTargetPlatformValues(String, String) - Method in class org.eclipse.emf.common.CommonPlugin.SimpleTargetPlatformRegistryImpl
Returns the set of values computed by fetching all the given extension points and looking up the given attribute name in each element of that extension point.
getUndoCommand() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
getUndoCommand() - Method in interface org.eclipse.emf.common.command.CommandStack
Returns the command that will be undone if CommandStack.undo() is called.
getValue() - Method in class org.eclipse.emf.common.util.AbstractEnumerator
Returns the int value of the enumerator.
getValue() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
getValue() - Method in interface org.eclipse.emf.common.util.Enumerator
Returns the intvalue of the enumerator.
getValue() - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
 
getValue() - Method in class org.eclipse.emf.common.util.Pool.ObjectAccessUnit
 
getValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.AccessUnitBase
 
getValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
 
getValue() - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
getWriteLock() - Method in class org.eclipse.emf.common.util.Pool
Returns this pool's write lock.
grow(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Grows the capacity of the list to exactly the new size.
grow(int) - Method in class org.eclipse.emf.common.util.BasicEList
Grows the capacity of the list to ensure that no additional growth is needed until the size exceeds the specified minimum capacity.
grow(int) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
grow(int) - Method in class org.eclipse.emf.common.util.BasicEMap
Grows the capacity of the map to ensure that no additional growth is needed until the size exceeds the specified minimum capacity.
grow(int) - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure that the exclusive write lock is held during growth.
grow(int) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Ensures that the set has at least the specified capacity.
GUARD - Variable in class org.eclipse.emf.common.util.Pool.AccessUnit.Queue
 

H

handleError(Exception) - Method in class org.eclipse.emf.common.command.BasicCommandStack
Handles an exception thrown during command execution by logging it with the plugin.
Handler - Class in org.eclipse.emf.common.archive
A URL stream handler that can be registered to support archive access protocol.
Handler() - Constructor for class org.eclipse.emf.common.archive.Handler
Creates an instance.
HAS_ABSOLUTE_PATH - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
HAS_EMPTY_PATH - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
The URI.Hierarchical.flags bit for representing URI.hasEmptyPath().
HAS_PATH - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
The URI.Hierarchical.flags bits for representing URI.hasPath().
HAS_RELATIVE_PATH - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
HAS_TRAILING_PATH_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
hasAbsolutePath() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasAbsolutePath() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with an absolute path, or false if it is non-hierarchical, has no path, or has a relative path.
hasAbsolutePath() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
hasAuthority() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasAuthority() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with an authority component; false otherwise.
hasAuthority() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
hasCollapsableSegments(boolean) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
hasDevice() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasDevice() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with a device component; false otherwise.
hasDevice() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
hasDeviceOrPath() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasDeviceOrPath() - Method in class org.eclipse.emf.common.util.URI
 
hasDeviceOrPath() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
hasEmptyPath() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasEmptyPath() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with an empty relative path; false otherwise.
hasEmptyPath() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
hasFragment() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasFragment() - Method in class org.eclipse.emf.common.util.URI
Returns true if this URI has a fragment component; false otherwise.
hash - Variable in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
The cached hash code of the key.
hashCode() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns a hash code computed from each object's hash code.
hashCode() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
hashCode() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
hashCode() - Method in class org.eclipse.emf.common.util.BasicEMap
 
hashCode() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns a hash code computed from each object's hash code.
hashCode - Variable in class org.eclipse.emf.common.util.Pool.AccessUnit
The hash code of the object being accessed.
hashCode() - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure thread safety.
hashCode - Variable in class org.eclipse.emf.common.util.SegmentSequence
The cached hash code for this instance.
hashCode() - Method in class org.eclipse.emf.common.util.SegmentSequence
Although there is an override of hash code, there is no override of Object.equals(Object) because the static methods for creation guarantee that there is at most one instance created for each unique segment sequence.
hashCode(int, int, int, String[], int) - Static method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.AccessUnitBase
A helper utility for computing the hash code starting with a base hash code and taking the given segments into account.
hashCode(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Returns the Arrays.hashCode(Object[])'s value for this object.
hashCode() - Method in class org.eclipse.emf.common.util.URI.Fragment
If the hash code is 0 then most likely we've got a pending lazy LazyFragmentInitializer.
hashCode - Variable in class org.eclipse.emf.common.util.URI
The cached hash code of the URI.
hashCode() - Method in class org.eclipse.emf.common.util.URI
Returns the hash code.
hashCode - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet.Entry
The cached hash code.
hashCode(E) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Returns the hash code of the object.
hashOf(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to return the hash code of the key.
hasInverse() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns false.
hasInverse() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns false.
hasNext() - Method in class org.eclipse.emf.common.util.AbstractEList.EIterator
Returns whether there are more objects.
hasNext() - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
Returns whether there are more elements.
hasNext() - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
Returns whether there are more objects.
hasOpaquePart() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasOpaquePart() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a non-hierarchical URI with an opaque part component; false otherwise.
hasOpaquePart() - Method in class org.eclipse.emf.common.util.URI.Opaque
 
hasPath() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasPath() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with an absolute or relative path; false otherwise.
hasPath() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
hasPrevious() - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Returns whether there are more objects for AbstractEList.EListIterator.previous().
hasQuery() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasQuery() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with a query component; false otherwise.
hasQuery() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
hasRelativePath() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasRelativePath() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with a relative path, or false if it is non-hierarchical, has no path, or has an absolute path.
hasRelativePath() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
hasShadow() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns false.
hasShadow() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns false.
hasTrailingPathSeparator() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasTrailingPathSeparator() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI that has a path that ends with a trailing separator; false otherwise.
hasTrailingPathSeparator() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
helper - Variable in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
The EMF plug-in APIs are all delegated to this helper, so that code can be shared by plug-in implementations with a different platform base class (e.g.
HEX_DIGITS - Static variable in class org.eclipse.emf.common.util.URI
 
HEX_HI - Static variable in class org.eclipse.emf.common.util.URI
 
HEX_LO - Static variable in class org.eclipse.emf.common.util.URI
 
Hierarchical(int, boolean, String, String, String, boolean, String[], String) - Constructor for class org.eclipse.emf.common.util.URI.Hierarchical
Creates an instance from the components, computing the URI.Hierarchical.flags bits.
highBitmask(char) - Static method in class org.eclipse.emf.common.util.URI
 
highBitmask(char, char) - Static method in class org.eclipse.emf.common.util.URI
 
highBitmask(String) - Static method in class org.eclipse.emf.common.util.URI
 
host() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
host() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
host() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with an authority component that has a host portion, returns it; null otherwise.

I

IdentityCommand - Class in org.eclipse.emf.common.command
A command that always produces the same result.
IdentityCommand() - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an empty instance.
IdentityCommand(Object) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with a result collection containing the given result object.
IdentityCommand(Collection<?>) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given result collection.
IdentityCommand(String) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label.
IdentityCommand(String, Object) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label and a result collection containing the given result object.
IdentityCommand(String, Collection<?>) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label the result collection.
IdentityCommand(String, String) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label and description.
IdentityCommand(String, String, Object) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label, description, and a result collection containing the given result object.
IdentityCommand(String, String, Collection<?>) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label, description, result collection.
images - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
A cache of the image descriptions.
Implementation() - Constructor for class org.eclipse.emf.common.CommonPlugin.Implementation
Creates an instance.
includeRoot - Variable in class org.eclipse.emf.common.util.AbstractTreeIterator
Whether the first call to next returns the initial root object or begins with the first child of the root object.
index(int, int) - Static method in class org.eclipse.emf.common.util.WeakInterningHashSet
Returns the index in the WeakInterningHashSet.entries for the given hash code and capacity.
indexOf(Object) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns the position of the first occurrence of the object in the list.
indexOf(Object) - Method in class org.eclipse.emf.common.util.BasicEList
Returns the position of the first occurrence of the object in the list.
indexOf(int) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to return the entry data index corresponding to the hash code.
indexOf(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
indexOf(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the position of the first occurrence of the object in the list.
indexOf(List<?>, Object, int) - Static method in class org.eclipse.emf.common.util.ECollections
Searches for the first occurrence of the given argument in list starting from a specified index.
indexOfKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
indexOfKey(Object) - Method in interface org.eclipse.emf.common.util.EMap
Returns the index in the list of the entry with the given key, or -1, if there is no such entry.
INFO - Static variable in interface org.eclipse.emf.common.util.Diagnostic
The bit mask value 0x1 for a severity indicating there is an informational message.
initializeDelegateEList() - Method in class org.eclipse.emf.common.util.BasicEMap
Initializes the BasicEMap.delegateEList.
INSTANCE - Static variable in class org.eclipse.emf.common.command.IdentityCommand
An empty instance of this object.
INSTANCE - Static variable in class org.eclipse.emf.common.command.UnexecutableCommand
The one instance of this object.
INSTANCE - Static variable in class org.eclipse.emf.common.CommonPlugin
The singleton instance of the plugin.
intern(String) - Static method in class org.eclipse.emf.common.util.CommonUtil
Returns an interned value for the string.
intern(char[], int, int) - Static method in class org.eclipse.emf.common.util.CommonUtil
Returns an interned string value for the subsequence of characters.
intern(String, int, int) - Static method in class org.eclipse.emf.common.util.CommonUtil
Returns an interned string value for the subsequence of characters.
intern(CharSequence) - Static method in class org.eclipse.emf.common.util.CommonUtil
Returns an interned string value for the char sequence.
intern(E) - Method in interface org.eclipse.emf.common.util.InterningSet
Returns either the instance already contained in the set that's equal to the given object, or adds the object to the set and returns it.
intern(E) - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure thread safety.
intern(String, String) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Interns the string representation of a segment sequence, splitting it into appropriate segments based on the delimiter.
intern(boolean, boolean, String, String[], int) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Interns the segments, taking into account the delimiter, copying the array, when needed, and interning the segments themselves, when needed.
intern(int, String, String[], String) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Interns the segments along with the one additional segment, taking into account the delimiter and interning the additional segment.
intern(int, String, String[], String[], boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Interns the composed segments, taking into account the delimiter.
intern(String, boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern a single segment.
intern(String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern a single segment that's a substring of a larger string.
intern(String[], int, String, boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern segments and one additional segment.
intern(int, String[], int, String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern segments and a substring of one additional segment.
intern(String[], int, String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern subsegments and a substring of one additional segment.
intern(String[], int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern a range of segments.
intern(String[], int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern a range of segments.
intern(boolean, boolean, String[], int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern segments that may need copying or interning.
intern(String[], String[], boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern the composition of two sequences of segments.
intern(String[], int, int, String[], int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern the composition of two subsequences.
intern(String) - Method in class org.eclipse.emf.common.util.URI.URIPool
Intern a URI from its string representation, parsing if necessary.
intern(String, String, boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool
Intern a platform URI from its path representation, parsing if necessary.
intern(boolean, int, boolean, String, String, String, boolean, String[], String) - Method in class org.eclipse.emf.common.util.URI.URIPool
Intern a URI from its component parts.
intern(boolean, boolean, String, String, String, boolean, String[], String, int) - Method in class org.eclipse.emf.common.util.URI.URIPool
Intern a URI from its component parts.
intern(String) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
intern(boolean, String) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
intern(String, int, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
intern(String, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
intern(char[], int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
intern(char[], int, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
intern(E) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Returns either the instance already contained in the set that's equal to the given object, or adds the object to the set and returns it.
InternalHelper(Plugin) - Constructor for class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
internalQueue - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet
A queue used when creating internal entries and cleaning garbage collected references.
internalWorked(double) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
internalWorked(double) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
internalWorked(double) - Method in interface org.eclipse.emf.common.util.Monitor
Called by subprogress monitors to do fractional work.
internArray(String, int, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
 
internArray(int, String[], int, String, int, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
 
internArray(String[], int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
 
internArray(String[], int, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
internFile(String) - Method in class org.eclipse.emf.common.util.URI.URIPool
Intern a file URI from its path representation, parsing if necessary.
InterningSet<E> - Interface in org.eclipse.emf.common.util
A set that supports intern and get.
internString(char[], int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
 
internString(String) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
 
internString(String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
 
internToLowerCase(String) - Static method in class org.eclipse.emf.common.util.CommonUtil
Returns the interned version of the lower case version of this string.
internToUpperCase(String) - Static method in class org.eclipse.emf.common.util.CommonUtil
Returns the interned version of the upper case version of this string.
inverseAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Does nothing and returns the notifications.
inverseAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Does nothing and returns the notifications.
inverseRemove(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Does nothing and returns the notifications.
inverseRemove(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Does nothing and returns the notifications.
IS_ARCHIVE - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
The URI.Hierarchical.flags bit for representing URI.isArchive().
IS_CURRENT_DOCUMENT_REFERENCE - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
IS_ECLIPSE_RUNNING - Static variable in class org.eclipse.emf.common.EMFPlugin
 
IS_FILE - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
The URI.Hierarchical.flags bit for representing URI.isFile().
IS_OSGI_RUNNING - Static variable in class org.eclipse.emf.common.EMFPlugin
 
IS_PLATFORM - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
The URI.Hierarchical.flags bit for representing URI.isPlatform().
IS_PLATFORM_PLUGIN - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
IS_PLATFORM_RESOURCE - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
IS_PREFIX - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
The URI.Hierarchical.flags bit for representing URI.isPrefix().
IS_RESOURCES_BUNDLE_AVAILABLE - Static variable in class org.eclipse.emf.common.EMFPlugin
 
IS_SET_CHANGE_INDEX - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
A position value which indicates that NotificationImpl.isTouch() should return false.
isAbsoluteFile - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
Whether the file path represents an absolute file.
isAbsolutePath - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
Whether the path itself is absolute.
isAdapterForType(Object) - Method in interface org.eclipse.emf.common.notify.Adapter
Returns whether the adapter is of the given type.
isAdapterForType(Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterImpl
Returns false
isAdapterForType(Object) - Method in class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
Returns false
isArchive() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isArchive() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isArchive() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is an archive URI.
isArchiveScheme(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the scheme of an archive URI; false otherwise.
isBase() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isBase() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isBase() - Method in class org.eclipse.emf.common.util.URI
 
isCanceled() - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
isCanceled() - Method in class org.eclipse.emf.common.util.BasicMonitor
 
isCanceled() - Method in interface org.eclipse.emf.common.util.Monitor
Returns whether the activity has been canceled.
isCurrentDocumentReference() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isCurrentDocumentReference() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isCurrentDocumentReference() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a current document reference; that is, if it is a relative hierarchical URI with no authority, device or query components, and no path segments; false is returned otherwise.
isEmpty() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns whether there are commands in the list.
isEmpty() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns whether the list has zero size.
isEmpty() - Method in class org.eclipse.emf.common.util.BasicEList
Returns whether the list has zero size.
isEmpty() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
isEmpty() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns whether the map has zero size.
isEmpty() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the list has zero size.
isEmpty() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isEmpty() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isEmpty() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a current document reference with no fragment component; false otherwise.
isEscaped(String, int) - Static method in class org.eclipse.emf.common.util.URI
 
isExecutable - Variable in class org.eclipse.emf.common.command.AbstractCommand
Keeps track of whether the command is executable.
isFactoryForType(Object) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
Returns whether this factory supports adapters for the given type.
isFactoryForType(Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Returns false.
isFeatureUnsettable() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
isFile() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isFile() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isFile() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI that may refer directly to a locally accessible file.
isHierarchical() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isHierarchical() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isHierarchical() - Method in class org.eclipse.emf.common.util.URI
Returns true if this a a hierarchical URI, or false if it is of the generic form.
isInstance(Object) - Method in interface org.eclipse.emf.common.util.Reflect.Helper
Do an instanceof test.
isInstance(Class<?>, Object) - Static method in class org.eclipse.emf.common.util.Reflect
Do an instanceof test.
isNotificationRequired() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns false.
isNotificationRequired() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns false.
isPessimistic - Variable in class org.eclipse.emf.common.command.StrictCompoundCommand
Whether commands that have been tentatively executed need to be undone.
isPlatform() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isPlatform() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isPlatform() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a platform URI, that is, an absolute, hierarchical URI, with "platform" scheme, no authority, and at least two segments; false is returned otherwise.
isPlatformPlugin() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isPlatformPlugin() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isPlatformPlugin() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a platform plug-in URI, that is, a platform URI whose first segment is "plugin"; false is returned otherwise.
isPlatformResource() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isPlatformResource() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isPlatformResource() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a platform resource URI, that is, a platform URI whose first segment is "resource"; false is returned otherwise.
isPrefix() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isPrefix() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI that ends in a slash; that is, it has a trailing path separator or is the root absolute path, and has no query and no fragment; false is returned otherwise.
isPrepared - Variable in class org.eclipse.emf.common.command.AbstractCommand
Keeps track of whether prepare needs to be called.
isRelative() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isRelative() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isRelative() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a relative URI, or false if it is an absolute URI.
isReset() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
isReset() - Method in interface org.eclipse.emf.common.notify.Notification
Returns true if the notification's feature has been set to its default value.
isReset() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the isReset method of the notification.
isSaveNeeded() - Method in class org.eclipse.emf.common.command.BasicCommandStack
Returns whether the model has changes since BasicCommandStack.saveIsDone() was call the last.
isSet() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns whether the list is considered set, i.e., whether it's not empty.
isSet() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns whether the list is considered set, i.e., whether it's not empty.
isTouch() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
isTouch() - Method in interface org.eclipse.emf.common.notify.Notification
Returns true if this notification represents an event that did not change the state of the notifying object.
isTouch() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the isTouch method of the notification.
isUndoable - Variable in class org.eclipse.emf.common.command.StrictCompoundCommand
The result for Command.canUndo().
isUnique() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns whether objects are constrained to appear at most once in the list.
isUnique() - Method in class org.eclipse.emf.common.util.UniqueEList
Returns true because this list requires uniqueness.
iterator() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns an iterator.
iterator() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns an iterator.
iterator() - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Returns the basic iterator.
iterator() - Method in class org.eclipse.emf.common.util.BasicEMap
iterator() - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Returns the basic iterator.
iterator() - Method in class org.eclipse.emf.common.util.Pool
Callers of the iterator must ensure that they hold the shared read lock for the lifetime of the iterator's usage.
iterator() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet

J

javaIntern(String) - Static method in class org.eclipse.emf.common.util.CommonUtil
Returns an interned value for the string.

K

key - Variable in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
The key.
keySet() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
keySet() - Method in class org.eclipse.emf.common.util.BasicEMap
 
keySet - Variable in class org.eclipse.emf.common.util.BasicEMap.View
The map key set view.
keySet() - Method in interface org.eclipse.emf.common.util.EMap
Returns a set view of the keys of the entries.

L

label - Variable in class org.eclipse.emf.common.command.AbstractCommand
Holds the label of the command as returned by AbstractCommand.getLabel() and set by AbstractCommand.setLabel(java.lang.String).
LAST_COMMAND_ALL - Static variable in class org.eclipse.emf.common.command.CompoundCommand
When CompoundCommand.resultIndex is set to this, CompoundCommand.getResult() and CompoundCommand.getAffectedObjects() are delegated to the last command, if any, in the list.
lastCursor - Variable in class org.eclipse.emf.common.util.AbstractEList.EIterator
The previous position of the iterator.
lastCursor - Variable in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
The last cursor in the entry data.
lastEntryCursor - Variable in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
The cursor in the list of entries.
lastIndexOf(Object) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns the position of the last occurrence of the object in the list.
lastIndexOf(Object) - Method in class org.eclipse.emf.common.util.BasicEList
Returns the position of the last occurrence of the object in the list.
lastIndexOf(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
lastIndexOf(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the position of the last occurrence of the object in the list.
lastSegment() - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the last segment of the segment sequence, or null if there are no segments.
lastSegment() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
lastSegment() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
lastSegment() - Method in class org.eclipse.emf.common.util.URI
Returns the last segment in the segment array, or null.
length() - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the number of characters in the string representation.
listeners - Variable in class org.eclipse.emf.common.command.BasicCommandStack
listeners - Variable in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
listIterator() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns a list iterator.
listIterator(int) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns a list iterator advanced to the given index.
listIterator() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns a list iterator.
listIterator(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns a list iterator advanced to the given index.
listIterator() - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Returns the basic list iterator.
listIterator(int) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Returns the basic list iterator advanced to the index.
listIterator() - Method in class org.eclipse.emf.common.util.BasicEMap
listIterator(int) - Method in class org.eclipse.emf.common.util.BasicEMap
listIterator() - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Returns the basic list iterator.
listIterator(int) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Returns the basic list iterator advanced to the index.
loadClass(String, String) - Static method in class org.eclipse.emf.common.CommonPlugin.Implementation
Use the platform to load the named class using the right class loader.
loadClass(String, String) - Static method in class org.eclipse.emf.common.CommonPlugin
Use the platform, if available, to load the named class using the right class loader.
log(Object) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
log(Object) - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
log(Object) - Method in class org.eclipse.emf.common.EMFPlugin
 
log(Object) - Method in interface org.eclipse.emf.common.util.Logger
Logs an entry.
Logger - Interface in org.eclipse.emf.common.util
A logger of log entries.
lowBitmask(char) - Static method in class org.eclipse.emf.common.util.URI
 
lowBitmask(char, char) - Static method in class org.eclipse.emf.common.util.URI
 
lowBitmask(String) - Static method in class org.eclipse.emf.common.util.URI
 

M

main(String[]) - Static method in class org.eclipse.emf.common.archive.Handler
Registers this handler and interprets each argument as URL to be opened, read in, and written out to System.out.
main(String[]) - Static method in class org.eclipse.emf.common.EMFPlugin
 
main(String[]) - Static method in class org.eclipse.emf.common.util.URI
 
MAJOR_SEPARATOR_HI - Static variable in class org.eclipse.emf.common.util.URI
 
MAJOR_SEPARATOR_LO - Static variable in class org.eclipse.emf.common.util.URI
 
map() - Method in class org.eclipse.emf.common.util.BasicEMap
 
map - Variable in class org.eclipse.emf.common.util.BasicEMap.View
The map view.
map() - Method in interface org.eclipse.emf.common.util.EMap
Returns a map view.
match() - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
Used to return a value from among the Pool.AccessUnit.values that Pool.AccessUnit.matches(Object) the value being accessed.
match() - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
 
matches(E) - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
Used to determine whether the given value from the pool is equal to the value being accessed.
matches(String, String) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns true if the delimiter is the same as this segment sequence's delimiter and the string representation of this segment sequence is equal to the given string.
matches(SegmentSequence) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
 
matches(SegmentSequence) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit
 
matches(SegmentSequence) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit
 
matches(SegmentSequence) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
 
matches(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
 
matches(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
 
matches(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit
 
matches(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit
 
matches(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit
 
matches(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
 
matches(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.StringAccessUnit
 
matches(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
 
matches(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit
 
matches(String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
matches(int, boolean, String, String, String, boolean, String[], String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
matches(String, String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
matches(char, long, long) - Static method in class org.eclipse.emf.common.util.URI
 
matches(String) - Method in class org.eclipse.emf.common.util.URI
 
matches(int, boolean, String, String, String, boolean, String[], String) - Method in class org.eclipse.emf.common.util.URI
 
matches(String, String) - Method in class org.eclipse.emf.common.util.URI
 
matches(String) - Method in class org.eclipse.emf.common.util.URI.Opaque
 
matches(int, boolean, String, String, String, boolean, String[], String) - Method in class org.eclipse.emf.common.util.URI.Opaque
 
matches(URI) - Method in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
 
matches(URI) - Method in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
 
matches(URI) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
 
matches(URI) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
 
matchingIndex - Variable in class org.eclipse.emf.common.util.Pool.AccessUnit
This records during Pool.AccessUnit.match() the matching index.
merge(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
merge(Notification) - Method in interface org.eclipse.emf.common.notify.Notification
Returns whether the notification can be and has been merged with this one.
merge(Notification) - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the merge method of the notification.
merge(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
merge(Diagnostic) - Method in interface org.eclipse.emf.common.util.DiagnosticChain
If the diagnostic has children, adds those children, otherwise, adds the diagnostic.
MERGE_COMMAND_ALL - Static variable in class org.eclipse.emf.common.command.CompoundCommand
When CompoundCommand.resultIndex is set to this, CompoundCommand.getResult() and CompoundCommand.getAffectedObjects() are set to the result of merging the corresponding collection of each command in the list.
mergePath(URI, boolean) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
message - Variable in class org.eclipse.emf.common.util.BasicDiagnostic
The message.
modCount - Variable in class org.eclipse.emf.common.util.BasicEMap
The modification indicator used to ensure iterator integrity.
modCount - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet
The modification count for fail fast iteration with ConcurrentModificationException.
monitor - Variable in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
Monitor - Interface in org.eclipse.emf.common.util
An task monitor that provides control and feedback.
mostRecentCommand - Variable in class org.eclipse.emf.common.command.BasicCommandStack
The command most recently executed, undone, or redone.
move(int, E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
move(int, int) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
move(int, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Moves the object at the source index of the list to the target index of the list and returns the moved object.
move(int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Moves the object at the source index of the list to the target index of the list and returns the moved object.
MOVE - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a value has been moved within a list-based feature of the notifier.
move(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Moves the object to the index of the list.
move(int, int) - Method in class org.eclipse.emf.common.util.AbstractEList
Moves the object at the source index of the list to the target index of the list and returns the moved object.
move(int, int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Moves the object at the source index of the list to the target index of the list and returns the moved object.
move(int, int) - Method in class org.eclipse.emf.common.util.BasicEList
Moves the object at the source index of the list to the target index of the list and returns the moved object.
move(int, E) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
move(int, int) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
move(int, Map.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
move(int, int) - Method in class org.eclipse.emf.common.util.BasicEMap
move(int, int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Moves the object at the source index of the list to the target index of the list and returns the moved object.
move(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
move(int, int) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
move(List<T>, int, T) - Static method in class org.eclipse.emf.common.util.ECollections
Moves the object to the new position, if is in the list.
move(List<T>, int, int) - Static method in class org.eclipse.emf.common.util.ECollections
Moves the object from the old position to the new position.
move(int, E) - Method in interface org.eclipse.emf.common.util.EList
Moves the object to the new position, if is in the list.
move(int, int) - Method in interface org.eclipse.emf.common.util.EList
Moves the object from the old position to the new position.

N

needsCopying - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
Whether the segments need copying when interned.
needsCopying - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
Whether the segments need copying when interned.
needsInterning - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit
Whether that additional segment needs interning.
needsInterning - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.StringAccessUnit
Whether the value needs to be interned.
needsToIntern - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
Whether the string sin the segments need interning.
needsToIntern - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit
Whether the strings in the second segments need interning.
needsToIntern - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
Whether the strings with in the segments needto be interned.
needsToIntern - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit
Whether the second segment's string need to be interned.
newAccessUnit() - Method in class org.eclipse.emf.common.util.Pool.AccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.Pool.ObjectAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.StringAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit.Queue
 
newArrayInstance(int) - Method in interface org.eclipse.emf.common.util.Reflect.Helper
Create a typed array.
newBasicEList() - Static method in class org.eclipse.emf.common.util.ECollections
Creates an empty mutable BasicEList.
newBasicEList(T...) - Static method in class org.eclipse.emf.common.util.ECollections
Creates a mutable BasicEList containing the given elements.
newBasicEList(Iterator<? extends T>) - Static method in class org.eclipse.emf.common.util.ECollections
Creates a mutable BasicEList containing the given elements.
newBasicEList(Iterable<? extends T>) - Static method in class org.eclipse.emf.common.util.ECollections
Creates a mutable BasicEList containing the given elements.
newBasicEListWithCapacity(int) - Static method in class org.eclipse.emf.common.util.ECollections
Creates an empty mutable BasicEList with the given capacity.
newBasicEListWithExpectedSize(int) - Static method in class org.eclipse.emf.common.util.ECollections
Creates an empty mutable BasicEList with a capacity large enough to hold a bit more than the estimated number of elements.
newBuilder(String) - Static method in class org.eclipse.emf.common.util.SegmentSequence
Creates a new builder for the given delimiter.
newBuilder(String, int) - Static method in class org.eclipse.emf.common.util.SegmentSequence
Creates a new builder for the given delimiter with the given capacity of strings before the buffer needs to grow.
newCachedToString(SegmentSequence, String) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Creates a new weak reference managed by the appropriate external or internal queue.
newCachedToString(URI, String) - Method in class org.eclipse.emf.common.util.URI.URIPool
 
newData(int) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
newData(int) - Method in class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Returns new data storage of type Notification[].
newData(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns new allocated data storage.
newData(int) - Method in class org.eclipse.emf.common.util.BasicEList
Returns new allocated data storage.
newDefaultAccessUnits() - Method in class org.eclipse.emf.common.util.Pool
 
newEntries(int) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Creates a new array of WeakInterningHashSet.entries with the specified capacity.
newEntry(int, K, V) - Method in class org.eclipse.emf.common.util.BasicEMap
Returns a new entry.
newEntry(E, int) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Creates a new entry for the given referent and the given hash code.
newEntryData(int) - Method in class org.eclipse.emf.common.util.BasicEMap
Returns new allocated entry data storage.
newExternalEntry(E, int) - Method in class org.eclipse.emf.common.util.Pool
 
newExternalEntry(E, int) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Creates a new entry for the given referent and the given hash code managed by the WeakInterningHashSet.externalQueue.
newIEEEPrimitiveValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
newInternalEntry(E, int) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Creates a new entry for the given referent and the given hash code and the WeakInterningHashSet.internalQueue.
newList() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns a new allocated list of entries.
newSimplePrimitiveValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
newValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The new value for the case of NotificationImpl.PRIMITIVE_TYPE_OBJECT.
next - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The internal chain.
next() - Method in class org.eclipse.emf.common.util.AbstractEList.EIterator
Returns the next object and advances the iterator.
next() - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
Returns the next object and advances the iterator.
next() - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
Returns the next object and advances the iterator.
next - Variable in class org.eclipse.emf.common.util.Pool.AccessUnit
Access units are chained via this link.
next - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet.Entry
The next entry in the collision chain.
nextIndex() - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Returns the index of the object that would be returned by calling next.
nextPruneIterator - Variable in class org.eclipse.emf.common.util.AbstractTreeIterator
The iterator that would be cut short by a call to AbstractTreeIterator.prune().
nextRemoveIterator - Variable in class org.eclipse.emf.common.util.AbstractTreeIterator
The iterator to which a AbstractTreeIterator.remove() call will delegated.
NO_FEATURE_ID - Static variable in interface org.eclipse.emf.common.notify.Notification
An ID indicating that no feature ID information is applicable.
NO_INDEX - Static variable in interface org.eclipse.emf.common.notify.Notification
An index indicating that no position information is applicable.
NO_SEGMENTS - Static variable in class org.eclipse.emf.common.util.URI
 
NonResolvingEIterator() - Constructor for class org.eclipse.emf.common.util.AbstractEList.NonResolvingEIterator
 
NonResolvingEIterator() - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEIterator
 
NonResolvingEIterator() - Constructor for class org.eclipse.emf.common.util.BasicEList.NonResolvingEIterator
Deprecated.
 
NonResolvingEIterator() - Constructor for class org.eclipse.emf.common.util.DelegatingEList.NonResolvingEIterator
Deprecated.
 
NonResolvingEListIterator() - Constructor for class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Creates an instance.
NonResolvingEListIterator(int) - Constructor for class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Creates an instance advanced to the index.
NonResolvingEListIterator() - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEListIterator
Creates an instance.
NonResolvingEListIterator(int) - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEListIterator
Creates an instance advanced to the index.
NonResolvingEListIterator() - Constructor for class org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator
Deprecated.
Creates an instance.
NonResolvingEListIterator(int) - Constructor for class org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator
Deprecated.
Creates an instance advanced to the index.
NonResolvingEListIterator() - Constructor for class org.eclipse.emf.common.util.DelegatingEList.NonResolvingEListIterator
Deprecated.
Creates an instance.
NonResolvingEListIterator(int) - Constructor for class org.eclipse.emf.common.util.DelegatingEList.NonResolvingEListIterator
Deprecated.
Creates an instance advanced to the index.
Notification - Interface in org.eclipse.emf.common.notify
A description of a feature change that has occurred for some notifier.
notification - Variable in class org.eclipse.emf.common.notify.NotificationWrapper
The notification that is being wrapped.
NotificationChain - Interface in org.eclipse.emf.common.notify
An accumulator of notifications.
NotificationChainImpl - Class in org.eclipse.emf.common.notify.impl
A list that acts as a notification chain.
NotificationChainImpl() - Constructor for class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Creates an empty instance.
NotificationChainImpl(int) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Creates an empty instance with a given capacity.
NotificationImpl - Class in org.eclipse.emf.common.notify.impl
An extensible notification implementation.
NotificationImpl(int, Object, Object) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, Object, Object, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, Object, Object, int) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, Object, Object, int, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, boolean, boolean, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, boolean, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, byte, byte, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, byte, byte) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, char, char, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, char, char) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, double, double, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, double, double) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, float, float, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, float, float) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, int, int, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, int, int) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, long, long, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, long, long) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, short, short, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, short, short) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationWrapper - Class in org.eclipse.emf.common.notify
A notification that wraps another notification.
NotificationWrapper(Notification) - Constructor for class org.eclipse.emf.common.notify.NotificationWrapper
Create an instance with the specified notification.
NotificationWrapper(Object, Notification) - Constructor for class org.eclipse.emf.common.notify.NotificationWrapper
Create an instance with the specified notifier and notification.
notifier - Variable in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
notifier - Variable in class org.eclipse.emf.common.notify.NotificationWrapper
An optional override value for the notification's notifier.
Notifier - Interface in org.eclipse.emf.common.notify
A source of notification delivery.
NotifierImpl - Class in org.eclipse.emf.common.notify.impl
An extensible notifier implementation.
NotifierImpl() - Constructor for class org.eclipse.emf.common.notify.impl.NotifierImpl
Creates a blank new instance.
notifyChanged(Notification) - Method in interface org.eclipse.emf.common.notify.Adapter
Notifies that a change to some feature has occurred.
notifyChanged(Notification) - Method in class org.eclipse.emf.common.notify.impl.AdapterImpl
Does nothing; clients may override so that it does something.
notifyChanged(Notification) - Method in class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
Does nothing; clients may override so that it does something.
NotifyingList<E> - Interface in org.eclipse.emf.common.notify
A managed list that dispatches feature change notification to a notifier.
NotifyingListImpl<E> - Class in org.eclipse.emf.common.notify.impl
An extensible implementation of a notifying list.
NotifyingListImpl() - Constructor for class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates an empty instance.
NotifyingListImpl(int) - Constructor for class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates an empty instance with the given capacity.
NotifyingListImpl(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates an instance that is a copy of the collection.
notifyListeners() - Method in class org.eclipse.emf.common.command.BasicCommandStack
This is called to ensure that CommandStackListener.commandStackChanged(java.util.EventObject) is called for each listener.
NULL_ENTRY - Static variable in class org.eclipse.emf.common.util.WeakInterningHashSet
A special entry used by the iterator to represent the need to yield the null value for the subsequent call to next().
nullEntry() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Returns the singleton entry representing the null value's entry during iteration.

O

object - Variable in class org.eclipse.emf.common.util.AbstractTreeIterator
The root object for which the iteration is initiated.
ObjectAccessUnit(Pool.AccessUnit.Queue<E>) - Constructor for class org.eclipse.emf.common.util.Pool.ObjectAccessUnit
 
offset - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit
The offset within the segments.
offset - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
The offset within the segment.
offset - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit
The offset within the value.
offset1 - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
The offset within the first segments.
offset2 - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
The offset within the second segments.
OK - Static variable in interface org.eclipse.emf.common.util.Diagnostic
The bit mask value 0x0 for a severity indicating everything is okay.
OK_INSTANCE - Static variable in interface org.eclipse.emf.common.util.Diagnostic
A diagnostic indicating that everything is okay.
oldIEEEPrimitiveValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
oldSimplePrimitiveValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
oldValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The old value for the case of NotificationImpl.PRIMITIVE_TYPE_OBJECT.
ONE_EMPTY_SEGMENT - Static variable in class org.eclipse.emf.common.util.URI
 
ONE_SELF_SEGMENT - Static variable in class org.eclipse.emf.common.util.URI
 
Opaque(int, String, String) - Constructor for class org.eclipse.emf.common.util.URI.Opaque
Creates an instance from the components.
opaquePart() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
opaquePart - Variable in class org.eclipse.emf.common.util.URI.Opaque
The opaque part of the opaque URI.
opaquePart() - Method in class org.eclipse.emf.common.util.URI.Opaque
 
opaquePart() - Method in class org.eclipse.emf.common.util.URI
If this is a non-hierarchical URI, returns the opaque part component; null otherwise.
openConnection(URL) - Method in class org.eclipse.emf.common.archive.Handler
Returns a new ArchiveURLConnection.
org.eclipse.emf.common - package org.eclipse.emf.common
Provides a collection of subpackages to support the EMF infrastructure.
org.eclipse.emf.common.archive - package org.eclipse.emf.common.archive
Provides support for archive URLs.
org.eclipse.emf.common.command - package org.eclipse.emf.common.command
Provides a framework for implementing and composing commands.
org.eclipse.emf.common.notify - package org.eclipse.emf.common.notify
Provides a notification framework.
org.eclipse.emf.common.notify.impl - package org.eclipse.emf.common.notify.impl
Provides a basic implementation of the notification framework.
org.eclipse.emf.common.util - package org.eclipse.emf.common.util
Provides basic utilities.
OSGiDelegatingBundleActivator() - Constructor for class org.eclipse.emf.common.EMFPlugin.OSGiDelegatingBundleActivator
 

P

parseIntoURI(String) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
A string-parsing implementation.
parseURL(URL, String, int, int) - Method in class org.eclipse.emf.common.archive.Handler
Overrides parsing the URL to validate constraints on well formed archive syntax.
path() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
path() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
path() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with a path, returns a string representation of the path; null otherwise.
path - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The file path being accessed.
path - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The path being accessed.
PATH_CHAR_HI - Static variable in class org.eclipse.emf.common.util.URI
 
PATH_CHAR_LO - Static variable in class org.eclipse.emf.common.util.URI
 
PLATFORM_PLUGIN_BASE_FULL_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The hash code of "platform:/plugin/".
PLATFORM_PLUGIN_BASE_INITIAL_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The hash code of "platform:/plugin/".
PLATFORM_RESOURCE_BASE_FULL_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The hash code of "platform:/resource/".
PLATFORM_RESOURCE_BASE_INITIAL_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The hash code of "platform:/resource".
PLATFORM_SEGMENT_RESERVED_HI - Static variable in class org.eclipse.emf.common.util.URI
 
PLATFORM_SEGMENT_RESERVED_LO - Static variable in class org.eclipse.emf.common.util.URI
 
PlatformAccessUnit(URI.URIPool.PlatformAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
Creates and instance managed by the given queue.
platformAccessUnits - Variable in class org.eclipse.emf.common.util.URI.URIPool
Access units for platform URI string-based access.
plugin - Variable in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
Pool<E> - Class in org.eclipse.emf.common.util
A thread safe implementation of a weak interning hash set particularly well-suited for implementing a pool of instances.
Pool() - Constructor for class org.eclipse.emf.common.util.Pool
Creates an instance with a capacity of 1031.
Pool(int) - Constructor for class org.eclipse.emf.common.util.Pool
Creates an instance.
Pool(int, Pool.AccessUnit.Queue<E>) - Constructor for class org.eclipse.emf.common.util.Pool
 
Pool(int, Pool.AccessUnit.Queue<E>, ReferenceQueue<Object>) - Constructor for class org.eclipse.emf.common.util.Pool
 
pool - Variable in class org.eclipse.emf.common.util.Pool.PoolEntry
 
POOL - Static variable in class org.eclipse.emf.common.util.SegmentSequence
The cached pool for the segment sequence instances.
POOL - Static variable in class org.eclipse.emf.common.util.URI
A pool for managing URI instances.
pool - Variable in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
This unit's pool.
pool - Variable in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit.Queue
 
Pool.AccessUnit<E> - Class in org.eclipse.emf.common.util
An access unit is used during access to the pool.
Pool.AccessUnit.Queue<E> - Class in org.eclipse.emf.common.util
 
Pool.ExternalRehasher<E> - Class in org.eclipse.emf.common.util
 
Pool.ObjectAccessUnit<E> - Class in org.eclipse.emf.common.util
 
Pool.ObjectAccessUnit.Queue<E> - Class in org.eclipse.emf.common.util
 
Pool.PoolEntry<E> - Class in org.eclipse.emf.common.util
 
PoolEntry(Pool<E>, E, int, ReferenceQueue<Object>) - Constructor for class org.eclipse.emf.common.util.Pool.PoolEntry
 
pop(boolean) - Method in class org.eclipse.emf.common.util.Pool.AccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.StringAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit.Queue
 
port() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
port() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
port() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with an authority component that has a port portion, returns it; null otherwise.
PORT_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
position - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The position.
prepare() - Method in class org.eclipse.emf.common.command.AbstractCommand
Called at most once in AbstractCommand.canExecute() to give the command an opportunity to ready itself for execution.
prepare() - Method in class org.eclipse.emf.common.command.CommandWrapper
Returns whether the command can execute.
prepare() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns whether all the commands can execute so that AbstractCommand.isExecutable can be cached.
prepare() - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
Returns false if any command on the list returns false for Command.canExecute(), or if some command before the last one can't be undone and hence we can't test all the commands for executability.
previous() - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Returns the previous object and advances the iterator.
previousIndex() - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Returns the index of the object that would be returned by calling previous.
primaryAccessUnits - Variable in class org.eclipse.emf.common.util.Pool
 
PRIME_CAPACITIES - Static variable in class org.eclipse.emf.common.util.WeakInterningHashSet
The capacity used for the WeakInterningHashSet.entries of the set will always be a prime number to help ensure uniform distribution of the hash codes.
PRIMITIVE_TYPE_BOOLEAN - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a boolean.
PRIMITIVE_TYPE_BYTE - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a byte.
PRIMITIVE_TYPE_CHAR - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a char.
PRIMITIVE_TYPE_DOUBLE - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a double.
PRIMITIVE_TYPE_FLOAT - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a float.
PRIMITIVE_TYPE_INT - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a int.
PRIMITIVE_TYPE_LONG - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a long.
PRIMITIVE_TYPE_OBJECT - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is not a primitive type.
PRIMITIVE_TYPE_SHORT - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a short.
primitiveGet(int) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns the object at the index without resolving it and without range checking the index.
primitiveGet(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
 
primitiveGet(int) - Method in class org.eclipse.emf.common.util.BasicEList
Returns the object at the index without resolving it and without range checking the index.
primitiveGet(int) - Method in class org.eclipse.emf.common.util.DelegatingEList
 
primitiveType - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The type of the feature.
Printing(PrintStream) - Constructor for class org.eclipse.emf.common.util.BasicMonitor.Printing
 
printStream - Variable in class org.eclipse.emf.common.util.BasicMonitor.Printing
 
prune() - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
Prunes the iterator so that it skips over all the nodes below the most recent result of calling next().
prune() - Method in interface org.eclipse.emf.common.util.TreeIterator
Prunes the iterator so that it skips over all the nodes below the most recent result of calling next().
push(Pool.AccessUnit<E>, boolean) - Method in class org.eclipse.emf.common.util.Pool.AccessUnit.Queue
 
put(K, V) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
put(K, V) - Method in class org.eclipse.emf.common.util.BasicEMap
 
put(K, V) - Method in interface org.eclipse.emf.common.util.EMap
Associates the key with the value and returns the value previously associated with the key, or null.
putAll(Map<? extends K, ? extends V>) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.eclipse.emf.common.util.BasicEMap
 
putAll(EMap<? extends K, ? extends V>) - Method in class org.eclipse.emf.common.util.BasicEMap
 
putAll(Map<? extends K, ? extends V>) - Method in interface org.eclipse.emf.common.util.EMap
Puts each Map.Entry of the given map into this one.
putAll(EMap<? extends K, ? extends V>) - Method in interface org.eclipse.emf.common.util.EMap
Puts each Map.Entry of the given map into this one.
putEntry(BasicEMap.Entry<K, V>, V) - Method in class org.eclipse.emf.common.util.BasicEMap
Sets the value of the entry, and returns the former value.
putEntry(int, WeakInterningHashSet.Entry<E>) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Puts the entry into the WeakInterningHashSet.entries linking up the chain for collision handling.

Q

query() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
query - Variable in class org.eclipse.emf.common.util.URI.Hierarchical
The query of the hierarchical URI.
query() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
query() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with a query component, returns it; null otherwise.
QUERY_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
queue - Variable in class org.eclipse.emf.common.util.Pool.AccessUnit
Access units are maintained for recycled use in this queue.
Queue() - Constructor for class org.eclipse.emf.common.util.Pool.AccessUnit.Queue
 
Queue() - Constructor for class org.eclipse.emf.common.util.Pool.ObjectAccessUnit.Queue
 
Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit.Queue
 
Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit.Queue
 
Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit.Queue
 
Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit.Queue
 
Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit.Queue
 
Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit.Queue
 
Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit.Queue
 
Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit.Queue
 
Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit.Queue
 
Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.StringAccessUnit.Queue
 
Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit.Queue
 
Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit.Queue
 
Queue() - Constructor for class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit.Queue
 
Queue() - Constructor for class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit.Queue
 
Queue(URI.URIPool) - Constructor for class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit.Queue
 
Queue() - Constructor for class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit.Queue
 

R

rawAppendFragment(CharSequence) - Method in class org.eclipse.emf.common.util.URI
 
rawSegments() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
rawSegments() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
rawSegments() - Method in class org.eclipse.emf.common.util.URI
 
readLock - Variable in class org.eclipse.emf.common.util.Pool
To support maximum concurrency, a pair of read and write locks is maintained; this is the read lock.
readWriteLock - Variable in class org.eclipse.emf.common.util.Pool
 
recomputeSeverity() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
redo() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
redo() - Method in interface org.eclipse.emf.common.command.Command
Performs the command activity required to redo the effect after undoing the effect.
redo() - Method in interface org.eclipse.emf.common.command.CommandStack
Moves the top of the stack up, redoing the new top command.
redo() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the redo method of the command.
redo() - Method in class org.eclipse.emf.common.command.CompoundCommand
Calls Command.redo() for each command in the list.
redo() - Method in class org.eclipse.emf.common.command.IdentityCommand
Do nothing.
redo() - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
Calls Command.redo() for each command in the list.
redo() - Method in class org.eclipse.emf.common.command.UnexecutableCommand
Throws an exception if it should ever be called.
Reflect - Class in org.eclipse.emf.common.util
A utility class for helping implement reflective capabilities not available with Google Widget Toolkit, i.e., specifically the ability to instance test and to create typed arrays.
Reflect() - Constructor for class org.eclipse.emf.common.util.Reflect
 
Reflect.Helper - Interface in org.eclipse.emf.common.util
An interface implemented by reflective helpers.
register() - Static method in class org.eclipse.emf.common.archive.Handler
Registers this class.
register(Class<?>, Reflect.Helper) - Static method in class org.eclipse.emf.common.util.Reflect
Register a helper for the given class.
relativeCharacters - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The buffer for relative file paths.
rematches(E, WeakInterningHashSet.Entry<E>) - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
Used to determine whether the given value from the pool is equal to the value being accessed.
remove(Object) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
remove(int) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
remove(int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Removes the object at the index from the list and returns it.
remove(int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Removes the object at the index from the list and returns it.
REMOVE - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a value has been removed from a list-based feature of the notifier.
remove() - Method in class org.eclipse.emf.common.util.AbstractEList.EIterator
Removes the last object returned by AbstractEList.EIterator.next() from the list, it's an optional operation.
remove() - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEIterator
Throws and exception.
remove() - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Throws an exception.
remove(Object) - Method in class org.eclipse.emf.common.util.AbstractEList
Removes the object from the list and returns whether the object was actually contained by the list.
remove(int) - Method in class org.eclipse.emf.common.util.AbstractEList
Removes the object at the index from the list and returns it.
remove() - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
Removes the last object returned by AbstractTreeIterator.next() from the underlying tree; it's an optional operation.
remove() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList.EIterator
 
remove() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList.EListIterator
 
remove(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Removes the object at the index from the list and returns it.
remove(int) - Method in class org.eclipse.emf.common.util.BasicEList
Removes the object at the index from the list and returns it.
remove(Object) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
remove(int) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
remove() - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
Removes the entry of the last object returned by BasicEMap.BasicEMapIterator.next() from the map, it's an optional operation.
remove(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
remove(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
remove(int) - Method in class org.eclipse.emf.common.util.BasicEMap
remove(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Removes the object from the list and returns whether the object was actually contained by the list.
remove(int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Removes the object at the index from the list and returns it.
remove(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
remove(int) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
remove(Object) - Method in class org.eclipse.emf.common.util.Pool
Throws an UnsupportedOperationException because removal is not supported..
remove(Object) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
REMOVE_MANY - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a several values have been removed from a list-based feature of the notifier.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Removes each object of the collection from the list and returns whether any object was actually contained by the list.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Removes each object of the collection from the list and returns whether any object was actually contained by the list.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.AbstractEList
Removes each object of the collection from the list and returns whether any object was actually contained by the list.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Removes each object of the collection from the list and returns whether any object was actually contained by the list.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.BasicEMap
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.DelegatingEList
Removes each object of the collection from the list and returns whether any object was actually contained by the list.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.Pool
Throws an UnsupportedOperationException because removal is not supported..
removeCommandStackListener(CommandStackListener) - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
removeCommandStackListener(CommandStackListener) - Method in interface org.eclipse.emf.common.command.CommandStack
Removes a listener from the command stack.
removed(Notifier, Adapter) - Method in interface org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList.Listener
Called when the given adapter is remove from the given notifier.
removeEntry(int, int) - Method in class org.eclipse.emf.common.util.BasicEMap
Removes the fully indexed entry from the map and returns it's value.
removeEntry(WeakInterningHashSet.Entry<E>) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Remove an existing entry from the set.
removeEntry(int, WeakInterningHashSet.Entry<E>) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Finds the entry at the given index the table and prune if from the collision chain.
removeKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
removeKey(Object) - Method in interface org.eclipse.emf.common.util.EMap
Disassociates the key from its value, and returns the value formerly associated with the key.
removeListener(BasicNotifierImpl.EObservableAdapterList.Listener) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
removeListener(BasicNotifierImpl.EObservableAdapterList.Listener) - Method in interface org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Remove the listener from the adapter list.
REMOVING_ADAPTER - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that an adapter is being removed from the notifier.
replacePrefix(URI, URI) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
replacePrefix(URI, URI) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
replacePrefix(URI, URI) - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI reference and oldPrefix is a prefix of it, this returns the URI formed by replacing it by newPrefix; null otherwise.
RESERVED_HI - Static variable in class org.eclipse.emf.common.util.URI
 
RESERVED_LO - Static variable in class org.eclipse.emf.common.util.URI
 
reset(boolean) - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
Prepare the access unit for reuse.
reset(boolean) - Method in class org.eclipse.emf.common.util.Pool.ObjectAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.StringAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
resolve(URI) - Static method in class org.eclipse.emf.common.CommonPlugin.Implementation
Use the platform to convert to a local URI.
resolve(URI) - Static method in class org.eclipse.emf.common.CommonPlugin
Use the platform, if available, to resolve the URI.
resolve(Object, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Returns the object itself.
resolve(E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns the resolved object from this list for the purpose of testing whether DelegatingNotifyingListImpl.removeAll(Collection) applies to it.
resolve(E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns the resolved object from this list for the purpose of testing whether NotifyingListImpl.removeAll(Collection) applies to it.
RESOLVE - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a feature of the notifier has been resolved from a proxy.
resolve(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Resolves the object at the index and returns the result.
resolve(K, V) - Method in class org.eclipse.emf.common.util.BasicEMap
Resolves the value associated with the key and returns the result.
resolve(URI, boolean) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
resolve(URI, boolean) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
resolve(URI) - Method in class org.eclipse.emf.common.util.URI
Resolves this URI reference against a base absolute hierarchical URI, returning the resulting absolute URI.
resolve(URI, boolean) - Method in class org.eclipse.emf.common.util.URI
Resolves this URI reference against a base absolute hierarchical URI, returning the resulting absolute URI.
resourceBundle - Variable in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
resourceBundle - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
The resource bundle containing translated strings.
ResourceLocator - Interface in org.eclipse.emf.common.util
A locator of Java resources.
result - Variable in class org.eclipse.emf.common.command.IdentityCommand
Keeps track of the result returned from IdentityCommand.getResult().
resultIndex - Variable in class org.eclipse.emf.common.command.CompoundCommand
The index of the command whose result and affected objects are forwarded.
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.AbstractEList
Removes from the list each object not contained by the collection and returns whether any object was actually removed.
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Removes from the list each object not contained by the collection and returns whether any object was actually removed.
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.BasicEMap
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.DelegatingEList
Removes from the list each object not contained by the collection and returns whether any object was actually removed.
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.Pool
Throws an UnsupportedOperationException because removal is not supported..
reverse(EList<?>) - Static method in class org.eclipse.emf.common.util.ECollections
Reverses the order of the elements in the specified EList.
reverse() - Method in class org.eclipse.emf.common.util.SegmentSequence.Builder
Reverses the strings in the builder and returns the builder itself.
rightMostExecutedCommandIndex - Variable in class org.eclipse.emf.common.command.StrictCompoundCommand
Remember to call redo instead of execute for any command at or before this index in the list.

S

safe - Variable in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
saveIndex - Variable in class org.eclipse.emf.common.command.BasicCommandStack
saveIsDone() - Method in class org.eclipse.emf.common.command.BasicCommandStack
Called after a save has been successfully performed.
scan() - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
Scans to the new entry.
scheme() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
scheme - Variable in class org.eclipse.emf.common.util.URI.Hierarchical
The scheme of the hierarchical URIs.
scheme() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
scheme - Variable in class org.eclipse.emf.common.util.URI.Opaque
The scheme of the opaque URI.
scheme() - Method in class org.eclipse.emf.common.util.URI.Opaque
 
scheme() - Method in class org.eclipse.emf.common.util.URI
If this is an absolute URI, returns the scheme component; null otherwise.
SCHEME_ARCHIVE - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_ARCHIVE_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_FILE - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_FILE_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_HTTP - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_HTTP_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_JAR - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_JAR_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_PLATFORM - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_PLATFORM_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_ZIP - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_ZIP_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI
 
segment(int) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the segment at the given index of the segment sequence.
segment - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit
The one additional segment being accessed
segment - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit
The one additional segment.
segment - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
The one additional segment.
segment(int) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
segment(int) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
segment(int) - Method in class org.eclipse.emf.common.util.URI
Provides fast, indexed access to individual segments in the path segment array.
SEGMENT_CHAR_HI - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_CHAR_LO - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_EMPTY - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_END_HI - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_END_LO - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_PARENT - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_PLUGIN - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_RESOURCE - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_SELF - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
segmentBoundaries - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The boundaries of the segments in the path.
segmentBoundaries - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The boundaries of the path segments.
segmentBuffer - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
A buffer for building up string segments; it grows as needed.
segmentCount() - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the number of segments in the segment sequence.
segmentCount - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit
The number of those segments to include.
segmentCount - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit
The number of segments from the offset.
segmentCount - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
The number of segments to consider.
segmentCount() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
segmentCount() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
segmentCount() - Method in class org.eclipse.emf.common.util.URI
Returns the number of elements in the segment array that would be returned by segments.
segmentCount - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The number of segments in the path.
segmentCount - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The number of URI.segments().
segmentHashCode - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
Hash code of character range of the additional segment.
segmentHashCodes - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The hash codes of the segments in the path.
segmentHashCodes - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The hash code of the path segments.
segments - Variable in class org.eclipse.emf.common.util.SegmentSequence
The segments for this instance.
segments() - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the segments of this segment sequence.
segments - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
The segments being accessed.
segments - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit
The segments being accessed.
segments - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
The segments being access.
segments - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit
The segments being accessed.
segments - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit
The segments being accessed.
segments - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
The segments being accessed.
segments() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
segments - Variable in class org.eclipse.emf.common.util.URI.Hierarchical
The segments of the hierarchical URI.
segments() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
segments() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with a path, returns an array containing the segments of the path; an empty array otherwise.
segments - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The segments of the path.
segments - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The accumulated segments pulled from the path.
segments1 - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit
The first segments being accessed.
segments1 - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit
The first segments.
segments1 - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
The first segments.
segments2 - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit
The second segments being accessed.
segments2 - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit
The first segments.
segments2 - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
The second segments.
SegmentsAccessUnit(SegmentSequence.SegmentSequencePool.SegmentsAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
 
SegmentsAccessUnit(SegmentSequence.StringArrayPool.SegmentsAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
Creates an instance managed by the given queue.
segmentsAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Access units for accessing a delimiter and segments.
segmentsAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Access units for accessing segments that may need copying or interning.
SegmentsAndSegmentAccessUnit(SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit
Creates an instance managed by the given queue.
SegmentsAndSegmentAccessUnit(SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit
Creates an instance managed by the given queue.
segmentsAndSegmentAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Access units for accessing segments and one additional segment.
segmentsAndSegmentAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Access units for accessing segments and one additional segment.
SegmentsAndSegmentCountAccessUnit(SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit
 
segmentsAndSegmentCountAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Access units for accessing a range of segments.
SegmentsAndSegmentsAccessUnit(SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit
 
SegmentsAndSegmentsAccessUnit(SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit
Creates an instance managed by the given queue.
segmentsAndSegmentsAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Access units for accessing the composition of two sequences of segments.
segmentsAndSegmentsAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Access units for accessing the composition of two sequences of segments.
SegmentsAndSubsegmentAccessUnit(SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
Creates an instance managed by the given queue.
segmentsAndSubsegmentAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Access units for accessing subsegments and a substring of one additional segment.
segmentsEqual(URI) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
segmentsEqual(URI) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
segmentsEqual(URI) - Method in class org.eclipse.emf.common.util.URI
 
SegmentSequence - Class in org.eclipse.emf.common.util
A memory efficient structure to store a sequence of delimited string segments.
segmentSequence - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.CachedToString
 
SegmentSequence.Builder - Class in org.eclipse.emf.common.util
SegmentSequence.SegmentSequencePool - Class in org.eclipse.emf.common.util
A cached pool of weakly referenced segment sequences.
SegmentSequence.SegmentSequencePool.AccessUnitBase - Class in org.eclipse.emf.common.util
A base class for all this pool's access units.
SegmentSequence.SegmentSequencePool.CachedToString - Class in org.eclipse.emf.common.util
A weak reference for caching a segment sequence's string representation.
SegmentSequence.SegmentSequencePool.SegmentsAccessUnit - Class in org.eclipse.emf.common.util
An access unit for accessing a delimiter and segments.
SegmentSequence.SegmentSequencePool.SegmentsAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit - Class in org.eclipse.emf.common.util
An access unit for accessing segments and one additional segment.
SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit - Class in org.eclipse.emf.common.util
An access units for accessing the composition of two sets of segments.
SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.SegmentSequencePool.StringAccessUnit - Class in org.eclipse.emf.common.util
An access unit for basic string access.
SegmentSequence.SegmentSequencePool.StringAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.StringArrayPool - Class in org.eclipse.emf.common.util
A specialized pool for caching string arrays.
SegmentSequence.StringArrayPool.AccessUnitBase - Class in org.eclipse.emf.common.util
A base class for all this pool's access units.
SegmentSequence.StringArrayPool.SegmentsAccessUnit - Class in org.eclipse.emf.common.util
An Access unit for accessing segments that may need copying or interning.
SegmentSequence.StringArrayPool.SegmentsAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit - Class in org.eclipse.emf.common.util
An access units for accessing segments and one additional segment.
SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit - Class in org.eclipse.emf.common.util
An Access units for accessing a range of segments.
SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit - Class in org.eclipse.emf.common.util
An access units for accessing the composition of two sequences of segments.
SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit - Class in org.eclipse.emf.common.util
An access unit for accessing segments and a substring of one additional segment.
SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.StringArrayPool.StringAccessUnit - Class in org.eclipse.emf.common.util
An access unit for single segment access.
SegmentSequence.StringArrayPool.StringAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit - Class in org.eclipse.emf.common.util
An access units for accessing the composition of two subsequences.
SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.StringArrayPool.SubstringAccessUnit - Class in org.eclipse.emf.common.util
An Access units for accessing a single segment that's a substring of a larger string.
SegmentSequence.StringArrayPool.SubstringAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequencePool(ReferenceQueue<Object>) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Creates an instance managed the given external queue.
segmentsList() - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns a read-only list view of the segments.
segmentsList() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
segmentsList() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
segmentsList() - Method in class org.eclipse.emf.common.util.URI
Returns an unmodifiable list containing the same segments as the array returned by segments.
SelfCleaningEntry(WeakInterningHashSet<E>, E, int, ReferenceQueue<? super E>) - Constructor for class org.eclipse.emf.common.util.WeakInterningHashSet.SelfCleaningEntry
Creates an entry for the given set, for the object with the given hash code, managed by the given queue.
serialVersionUID - Static variable in class org.eclipse.emf.common.util.URI.URIPool
 
serialVersionUID - Static variable in class org.eclipse.emf.common.util.WeakInterningHashSet
 
set(int, E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
SET - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a feature of the notifier has been set.
set(E1) - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Sets the object at the index of the last call to next or previous.
set(E1) - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Throws an exception.
set(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Sets the object at the index and returns the old object at the index.
set(int, E) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
set(int, Map.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
set(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
set - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet.SelfCleaningEntry
 
setArbitraryValue(Object) - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
 
setArbitraryValue(Object) - Method in class org.eclipse.emf.common.util.Pool.ObjectAccessUnit
 
setArbitraryValue(Object) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.AccessUnitBase
 
setArbitraryValue(Object) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
 
setArbitraryValue(Object) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
Checks of the value is a string array and delegates to SegmentSequence.StringArrayPool.SegmentsAccessUnit.setValue(String[]) if that's the case..
setArbitraryValue(Object) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
setBlocked(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
setBlocked(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicMonitor.EclipseSubProgress
 
setBlocked(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicMonitor.Printing
 
setBlocked(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
setBlocked(Diagnostic) - Method in interface org.eclipse.emf.common.util.Monitor
Sets the reason for the activity being blocked.
setCanceled(boolean) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
setCanceled(boolean) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
setCanceled(boolean) - Method in interface org.eclipse.emf.common.util.Monitor
Sets whether the active should be canceled.
setCode(int) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
setData(Object[]) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Updates directly and unsafely the underlying data storage.
setData(int, Object[]) - Method in class org.eclipse.emf.common.util.BasicEList
Updates directly and unsafely the underlying data storage.
setDescription(String) - Method in class org.eclipse.emf.common.command.AbstractCommand
Sets the description after construction.
setEList(EList<T>, List<? extends T>) - Static method in class org.eclipse.emf.common.util.ECollections
Sets the eList's contents and order to be exactly that of the prototype list.
setHash(int) - Method in interface org.eclipse.emf.common.util.BasicEMap.Entry
Sets the hash code of the key.
setHash(int) - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
setKey(K) - Method in interface org.eclipse.emf.common.util.BasicEMap.Entry
Sets the key.
setKey(K) - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
setLabel(String) - Method in class org.eclipse.emf.common.command.AbstractCommand
Sets the label after construction.
setSeverity(int) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
setShouldTranslate(boolean) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Sets whether strings should be translated by default.
setSource(String) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
setTarget(Notifier) - Method in interface org.eclipse.emf.common.notify.Adapter
Sets the target from which the adapter will receive notification.
setTarget(Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterImpl
 
setTarget(Notifier) - Method in class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
 
setTaskName(String) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
setTaskName(String) - Method in class org.eclipse.emf.common.util.BasicMonitor.Printing
 
setTaskName(String) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
setTaskName(String) - Method in interface org.eclipse.emf.common.util.Monitor
Update the task name.
setTimeStamp(long) - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
 
setUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Sets the object at the index and returns the old object at the index; it does no ranging checking or uniqueness checking.
setUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Sets the object at the index and returns the old object at the index; it does no ranging checking or uniqueness checking.
setUnique(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Sets the object at the index and returns the old object at the index; it does no ranging checking or uniqueness checking.
setUnique(int, E) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Sets the object at the index and returns the old object at the index; it does no ranging checking or uniqueness checking.
setUnique(int, E) - Method in class org.eclipse.emf.common.util.BasicEList
Sets the object at the index and returns the old object at the index; it does no ranging checking or uniqueness checking.
setUnique(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList
Sets the object at the index and returns the old object at the index; it does no ranging checking or uniqueness checking.
setValue(V) - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
setValue(E) - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
 
setValue(E) - Method in class org.eclipse.emf.common.util.Pool.ObjectAccessUnit
 
setValue(E, int) - Method in class org.eclipse.emf.common.util.Pool.ObjectAccessUnit
 
setValue(SegmentSequence) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.AccessUnitBase
 
setValue(boolean, boolean, String, String[], int) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
Caches the arguments the computes the hash code.
setValue(int, String, String[], String) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit
Caches the parameters and computes the hash code.
setValue(int, String, String[], String[], boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit
Caches the parameters and computes the hash code.
setValue(String, String) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
Records the parameters and computes the hash code.
setValue(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
 
setValue(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
Delegates to setValue(true, true, value, value.length).
setValue(boolean, boolean, String[], int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
Caches the parameters and computes the hash code.
setValue(String[], int, String, boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit
Caches the parameters and computes the hash code.
setValue(String[], int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit
Caches the parameters and computes the hash code.
setValue(String[], int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit
Caches the parameters and computes.
setValue(String[], String[], boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit
Caches the parameters and computes the hash code.
setValue(int, String[], int, String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
Caches the parameters and computes the hash code.
setValue(String[], int, String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
Caches the parameters and computes the hash code.
setValue(String, boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.StringAccessUnit
Caches the parameters and computes the hash code.
setValue(String[], int, int, String[], int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
Caches the parameters and computes the hash code.
setValue(String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit
Caches the parameters.
setValue(String) - Method in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
Caches the parameter and computes the hash code.
setValue(String, String, boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
Caches the parameters and computes the hash code, which can involve encoding the path.
setValue(String) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
Caches the parameters.
setValue(String, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
Caches the parameters.
setValue(boolean, String, String, String, boolean, String[], String, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
Caches the parameters.
setValue(int, boolean, String, String, String, boolean, String[], String) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
Caches the parameters and computes the hash code.
setValue(URI) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
severity - Variable in class org.eclipse.emf.common.util.BasicDiagnostic
The severity.
shadowAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Does nothing and returns the notifications.
shadowAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Does nothing and returns the notifications.
shadowRemove(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Does nothing and returns the notifications.
shadowRemove(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Does nothing and returns the notifications.
shadowSet(E, E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Does nothing and returns the notifications.
shadowSet(E, E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Does nothing and returns the notifications.
shouldTranslate - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
Whether to translate strings by default.
shouldTranslate() - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Indicates whether strings should be translated by default.
shrink() - Method in class org.eclipse.emf.common.util.BasicEList
Shrinks the capacity of the list to the minimal requirements.
shrink() - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
SimpleTargetPlatformRegistryImpl() - Constructor for class org.eclipse.emf.common.CommonPlugin.SimpleTargetPlatformRegistryImpl
Creates an instance.
SingletonAdapterImpl - Class in org.eclipse.emf.common.notify.impl
An alternate, extensible adapter implementation that is well suited to adapt for a number of objects (typically all objects of a given type).
SingletonAdapterImpl() - Constructor for class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
Creates an instance.
singletonEList(T) - Static method in class org.eclipse.emf.common.util.ECollections
Returns an immutable list containing just the one object.
singletonEMap(K, V) - Static method in class org.eclipse.emf.common.util.ECollections
Returns an immutable map containing just the one key/value mapping.
size() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns the number of objects in the list.
size - Variable in class org.eclipse.emf.common.util.BasicEList
The size of the list.
size() - Method in class org.eclipse.emf.common.util.BasicEList
Returns the number of objects in the list.
size() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
size - Variable in class org.eclipse.emf.common.util.BasicEMap
The size of the map.
size() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns the number of entries in the map.
size() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the number of objects in the list.
size - Variable in class org.eclipse.emf.common.util.SegmentSequence.Builder
The number of strings in the builder.
size - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet
The current size of the set.
size() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
 
sort(EList<?>) - Static method in class org.eclipse.emf.common.util.ECollections
Sorts the specified list.
sort(EList<T>, Comparator<? super T>) - Static method in class org.eclipse.emf.common.util.ECollections
Sorts the specified list based on the order defined by the specified comparator.
source - Variable in class org.eclipse.emf.common.util.BasicDiagnostic
The source.
split(String, String[], int) - Static method in class org.eclipse.emf.common.util.SegmentSequence
Splits individual segments as necessary, i.e., if they contain the delimiter character, or omits empty segments in the case of the empty delimiter.
splitInternFragment(String) - Static method in class org.eclipse.emf.common.util.URI
 
start(BundleContext) - Method in class org.eclipse.emf.common.EMFPlugin.OSGiDelegatingBundleActivator
 
stop(BundleContext) - Method in class org.eclipse.emf.common.EMFPlugin.OSGiDelegatingBundleActivator
 
StrictCompoundCommand - Class in org.eclipse.emf.common.command
A composite command which assumes that later commands in the list may depend on the results and side-effects of earlier commands in the list.
StrictCompoundCommand() - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an empty instance.
StrictCompoundCommand(String) - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an instance with the given label.
StrictCompoundCommand(String, String) - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an instance with the given label and description.
StrictCompoundCommand(List<Command>) - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an instance with the given command list.
StrictCompoundCommand(String, List<Command>) - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an instance with the given label and command list.
StrictCompoundCommand(String, String, List<Command>) - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an instance with the given label, description, and command list.
string - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
The value being access.
STRING_ARRAY_POOL - Static variable in class org.eclipse.emf.common.util.SegmentSequence
The cached pool for string arrays.
StringAccessUnit(SegmentSequence.SegmentSequencePool.StringAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
Create an instance managed by the given queue.
stringAccessUnit - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
StringAccessUnit(SegmentSequence.StringArrayPool.StringAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.StringAccessUnit
Creates an instance managed by the given queue.
StringAccessUnit(URI.URIPool.StringAccessUnit.Queue, URI.URIPool) - Constructor for class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
Creates an instance managed by this queue and pool.
stringAccessUnit - Variable in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
stringAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Access units for basic string access.
stringAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Access units for single segment access.
stringAccessUnits - Variable in class org.eclipse.emf.common.util.URI.URIPool
Access units for basic string access.
StringArrayPool(ReferenceQueue<Object>) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Creates an instance managed by the given queue.
stringArraySegmentsAndSegmentCountAccessUnit - Variable in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
stringArraySegmentsAndSubsegmentAccessUnit - Variable in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
stringArraySubstringAccessUnit - Variable in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
stringPoolEntry - Variable in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
The string pool entry found during the most recent use of URI.URIPool.URIPoolAccessUnitBase.substringAccessUnit.
strings - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
A cache of the translated strings.
strings - Variable in class org.eclipse.emf.common.util.SegmentSequence.Builder
The string sin the builder.
subList(int, int) - Method in class org.eclipse.emf.common.util.BasicEMap
subProgress(IProgressMonitor, int) - Static method in class org.eclipse.emf.common.util.BasicMonitor
Create a progress monitor that consumes the specified number of ticks.
subSegments(int) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the segments from the given start.
subSegments(int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the segments from the given start and before the given end.
SubsegmentsAndSubsegmentsAccessUnit(SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
Creates an instance managed by the given queue.
subsegmentsAndSubsegmentsAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Access units for accessing the composition of two subsequences.
subSegmentsList(int) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns a read-only list view of the segments from the given start.
subSegmentsList(int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns a read-only list view of the segments from the given start and before the given end.
subSequence(int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the requested subsequence in the representation of the sequence.
substringAccessUnit - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
SubstringAccessUnit(SegmentSequence.StringArrayPool.SubstringAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit
Creates an instance managed by the given queue.
substringAccessUnit - Variable in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
substringAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Access units for accessing a single segment that's a substring of a larger string.
subTask(String) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
subTask(String) - Method in class org.eclipse.emf.common.util.BasicMonitor.Printing
 
subTask(String) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
subTask(String) - Method in interface org.eclipse.emf.common.util.Monitor
Sets the current subtask of the overall task.
synchronizedInterningSet(InterningSet<T>) - Static method in class org.eclipse.emf.common.util.ECollections
Returns a synchronized, i.e., thread-safe view of the interning set.

T

target - Variable in class org.eclipse.emf.common.notify.impl.AdapterImpl
The last notifier set to this adapter.
targets - Variable in class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
The list of all the targets to which this adapter is set.
threshold - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet
The next size at which an rehash should occur.
toArray() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns an array containing all the objects in sequence.
toArray(T[]) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns an array containing all the objects in sequence.
toArray() - Method in class org.eclipse.emf.common.util.BasicEList
Returns an array containing all the objects in sequence.
toArray(T[]) - Method in class org.eclipse.emf.common.util.BasicEList
Returns an array containing all the objects in sequence.
toArray() - Method in class org.eclipse.emf.common.util.BasicEMap
toArray(T[]) - Method in class org.eclipse.emf.common.util.BasicEMap
toArray() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns an array containing all the objects in sequence.
toArray(T[]) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns an array containing all the objects in sequence.
toArray() - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure thread safety.
toArray(T[]) - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure thread safety.
toCoreException(DiagnosticException) - Static method in exception org.eclipse.emf.common.util.DiagnosticException
 
toDiagnostic(IStatus) - Static method in class org.eclipse.emf.common.util.BasicDiagnostic
 
toEList(Iterator<? extends T>) - Static method in class org.eclipse.emf.common.util.ECollections
Returns a mutable list containing the elements of the given iterator.
toEList(Iterable<? extends T>) - Static method in class org.eclipse.emf.common.util.ECollections
Returns a list containing the elements of the given iterable.
toFileString() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
toFileString() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
toFileString() - Method in class org.eclipse.emf.common.util.URI
If this URI may refer directly to a locally accessible file, as determined by isFile, decodes and formats the URI as a pathname to that file; returns null otherwise.
toIProgressMonitor(Monitor) - Static method in class org.eclipse.emf.common.util.BasicMonitor
Creates a delegating wrapper that allows the monitor to be used in a context requiring an instance implementing the Eclipse API.
toIProgressMonitorWithBlocking(Monitor) - Static method in class org.eclipse.emf.common.util.BasicMonitor
Creates a delegating wrapper that allows the monitor to be used in a context requiring an instance implementing the Eclipse API.
toIStatus(Diagnostic) - Static method in class org.eclipse.emf.common.util.BasicDiagnostic
Returns the diagnostic viewed as an IStatus.
toIStatus(DiagnosticException) - Static method in class org.eclipse.emf.common.util.BasicDiagnostic
Returns the diagnostic exception viewed as an IStatus.
toMonitor(IProgressMonitorWithBlocking) - Static method in class org.eclipse.emf.common.util.BasicMonitor
Creates a delegating wrapper that allows the Eclipse progress monitor to be used in a context requiring an instance implementing the monitor API.
toMonitor(IProgressMonitor) - Static method in class org.eclipse.emf.common.util.BasicMonitor
Creates a delegating wrapper that allows the Eclipse progress monitor to be used in a context requiring an instance implementing the monitor API.
top - Variable in class org.eclipse.emf.common.command.BasicCommandStack
The current position within the list from which the next execute, undo, or redo, will be performed.
toPlatformString(boolean) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
toPlatformString(boolean) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
toPlatformString(boolean) - Method in class org.eclipse.emf.common.util.URI
If this is a platform URI, as determined by URI.isPlatform(), returns the workspace-relative or plug-in-based path to the resource, optionally decoding the segments in the process.
toSegmentSequence() - Method in class org.eclipse.emf.common.util.SegmentSequence.Builder
Converts the builder to a corresponding segment sequence.
toString() - Method in class org.eclipse.emf.common.command.AbstractCommand
Returns an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.common.command.CommandWrapper
 
toString() - Method in class org.eclipse.emf.common.command.CompoundCommand
 
toString() - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
 
toString() - Method in class org.eclipse.emf.common.CommonPlugin.ElementRecord
A helpful override for debugging.
toString() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
toString() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns a string of the form "[object1, object2]".
toString() - Method in class org.eclipse.emf.common.util.AbstractEnumerator
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
toString() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
toString() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
toString() - Method in class org.eclipse.emf.common.util.BasicEMap
toString() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns a string of the form "[object1, object2]".
toString() - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure thread safety.
toString() - Method in class org.eclipse.emf.common.util.SegmentSequence.Builder
Converts the builder to a string representation, i.e,. the delimiter-separated composition of the appended strings.
toString - Variable in class org.eclipse.emf.common.util.SegmentSequence
The cached value for SegmentSequence.toString().
toString() - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the string representation for this sequence, i.e., the concatenation of the delimiter-separated segments.
toString() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
toString - Variable in class org.eclipse.emf.common.util.URI.Hierarchical
A weakly cached reference to the string representation.
toString() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
toString - Variable in class org.eclipse.emf.common.util.URI.Opaque
A weakly cached reference to the string representation.
toString() - Method in class org.eclipse.emf.common.util.URI.Opaque
 
toString() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet.Entry
Returns the string value of the referent.
TreeIterator<E> - Interface in org.eclipse.emf.common.util
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.
trimFileExtension() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
trimFileExtension() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
trimFileExtension() - Method in class org.eclipse.emf.common.util.URI
If this URI has a non-null fileExtension, returns the URI formed by removing it; this URI unchanged, otherwise.
trimFragment() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
trimFragment() - Method in class org.eclipse.emf.common.util.URI
If this URI has a non-null fragment, returns the URI formed by removing it; this URI unchanged, otherwise.
trimQuery() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
trimQuery() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
trimQuery() - Method in class org.eclipse.emf.common.util.URI
If this URI has a non-null query, returns the URI formed by removing it; this URI unchanged, otherwise.
trimSegments(int) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
trimSegments(int) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
trimSegments(int) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed by trimming the specified number of segments (including empty segments, such as one representing a trailing separator) from the end of the path of this URI, if hierarchical; otherwise, this URI is returned unchanged.

U

underlyingList - Variable in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
 
undo() - Method in class org.eclipse.emf.common.command.AbstractCommand
Throws a runtime exception.
undo() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
undo() - Method in interface org.eclipse.emf.common.command.Command
Performs the command activity required to undo the effects of a preceding execute (or redo).
undo() - Method in interface org.eclipse.emf.common.command.CommandStack
Moves the top of the stack down, undoing what was formerly the top command.
undo() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the undo method of the command.
undo() - Method in class org.eclipse.emf.common.command.CompoundCommand
Calls Command.undo() for each command in the list, in reverse order.
undo() - Method in class org.eclipse.emf.common.command.IdentityCommand
Do nothing.
undo() - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
Calls Command.undo() for each command in the list.
unescape(char, char) - Static method in class org.eclipse.emf.common.util.URI
 
UnexecutableCommand - Class in org.eclipse.emf.common.command
A singleton INSTANCE that cannot execute.
UniqueEList<E> - Class in org.eclipse.emf.common.util
A BasicEList that allows only unique elements.
UniqueEList() - Constructor for class org.eclipse.emf.common.util.UniqueEList
Creates an empty instance with no initial capacity.
UniqueEList(int) - Constructor for class org.eclipse.emf.common.util.UniqueEList
Creates an empty instance with the given capacity.
UniqueEList(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.UniqueEList
Creates an instance that is a copy of the collection, with duplicates removed.
UniqueEList.FastCompare<E> - Class in org.eclipse.emf.common.util
A UniqueEList that uses == instead of equals to compare members.
UNKNOWN - Static variable in interface org.eclipse.emf.common.util.Monitor
Represents an unknown amount or work.
UnmodifiableEList(int, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Creates an initialized instance.
UnmodifiableEList(List<E>) - Constructor for class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Creates an initialized instance.
unmodifiableEList(EList<? extends T>) - Static method in class org.eclipse.emf.common.util.ECollections
Returns an unmodifiable view of the list.
unmodifiableEList(List<? extends T>) - Static method in class org.eclipse.emf.common.util.ECollections
Returns an unmodifiable view of the list.
unmodifiableEMap(EMap<? extends K, ? extends V>) - Static method in class org.eclipse.emf.common.util.ECollections
Returns an unmodifiable view of the map.
UNRESERVED_HI - Static variable in class org.eclipse.emf.common.util.URI
 
UNRESERVED_LO - Static variable in class org.eclipse.emf.common.util.URI
 
UNSET - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a feature of the notifier has been unset.
unsetTarget(Notifier) - Method in interface org.eclipse.emf.common.notify.Adapter.Internal
Unsets the target from which the adapter will receive notification.
unsetTarget(Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterImpl
 
unsetTarget(Notifier) - Method in class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
 
untranslatedResourceBundle - Variable in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
untranslatedResourceBundle - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
The resource bundle containing untranslated strings.
untranslatedStrings - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
A cache of the untranslated strings.
unwrap() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns one of three things: INSTANCE, if there are no commands, the one command, if there is exactly one command, or this, if there are multiple commands; this command is CompoundCommand.dispose()d in the first two cases.
URI - Class in org.eclipse.emf.common.util
A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
URI(int) - Constructor for class org.eclipse.emf.common.util.URI
 
uri - Variable in class org.eclipse.emf.common.util.URI.Fragment
The base URI.
uri - Variable in class org.eclipse.emf.common.util.URI.URIPool.CachedToString
 
URI.Fragment - Class in org.eclipse.emf.common.util
A subclass for representing a URI with a fragment.
URI.Hierarchical - Class in org.eclipse.emf.common.util
A subclass for representing a hierarchical URI.
URI.Opaque - Class in org.eclipse.emf.common.util
A subclass for representing an opaque URI.
URI.URIPool - Class in org.eclipse.emf.common.util
A pool for caching URIs.
URI.URIPool.CachedToString - Class in org.eclipse.emf.common.util
A specialized weak reference used by Object.toString() that removes the URI's reference when URI.URIPool.CachedToString.clear() is called.
URI.URIPool.FileAccessUnit - Class in org.eclipse.emf.common.util
An Access unit for file URI string-based access.
URI.URIPool.FileAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
URI.URIPool.PlatformAccessUnit - Class in org.eclipse.emf.common.util
An access units for platform URI string-based access.
URI.URIPool.PlatformAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
URI.URIPool.StringAccessUnit - Class in org.eclipse.emf.common.util
An access unit for basic string access.
URI.URIPool.StringAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
URI.URIPool.URIComponentsAccessUnit - Class in org.eclipse.emf.common.util
An Access unit for component-based access.
URI.URIPool.URIComponentsAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
URI.URIPool.URIPoolAccessUnitBase - Class in org.eclipse.emf.common.util
A based access unit for this pool.
URIC_HI - Static variable in class org.eclipse.emf.common.util.URI
 
URIC_LO - Static variable in class org.eclipse.emf.common.util.URI
 
URIComponentsAccessUnit(URI.URIPool.URIComponentsAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
Creates an instance managed by the given queue.
uriComponentsAccessUnits - Variable in class org.eclipse.emf.common.util.URI.URIPool
Access units for component-based access.
URIPool(ReferenceQueue<Object>) - Constructor for class org.eclipse.emf.common.util.URI.URIPool
 
URIPoolAccessUnitBase(Pool.AccessUnit.Queue<URI>) - Constructor for class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
urlString - Variable in class org.eclipse.emf.common.archive.ArchiveURLConnection
The cached string version of the URL.
usedSegmentCount - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The number of segments populated with strings during intern that need to be nulled during reset.
usedSegmentCount - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The number of segments populated with strings during intern that need to be nulled during reset.
useEquals() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
useEquals() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns whether equals rather than == should be used to compare members.
useEquals() - Method in class org.eclipse.emf.common.util.BasicEList.FastCompare
Returns false because this list uses ==.
useEquals() - Method in class org.eclipse.emf.common.util.UniqueEList.FastCompare
Returns false because this list uses ==.
useEqualsForKey() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns whether equals rather than == should be used to compare keys.
useEqualsForValue() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns whether equals rather than == should be used to compare values.
USER_INFO_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
userInfo() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
userInfo() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
userInfo() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with an authority component that has a user info portion, returns it; null otherwise.
useZipFile() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Returns whether to handle the special case of a nested URL with file: schema using a ZipFile.

V

validArchiveAuthority(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the authority component of an archive URI; false otherwise.
validate(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Validates a new content object and returns the validated object.
VALIDATE_ALL - Static variable in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
A value for URI.URIPool.URIComponentsAccessUnit.validate that implies all components need to be validated.
VALIDATE_NONE - Static variable in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
A value for URI.URIPool.URIComponentsAccessUnit.validate that implies no checking or interning of components is required.
VALIDATE_QUERY - Static variable in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
A value for URI.URIPool.URIComponentsAccessUnit.validate that implies only the query componet needs validating.
validateKey(K) - Method in class org.eclipse.emf.common.util.BasicEMap
Validates a new key.
validateURI(boolean, String, String, String, boolean, String[], String, String) - Static method in class org.eclipse.emf.common.util.URI
 
validateValue(V) - Method in class org.eclipse.emf.common.util.BasicEMap
Validates a new key.
validAuthority(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the authority component of a URI; false otherwise.
validDevice(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the device component of a URI; false otherwise.
validFragment(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the fragment component of a URI; false otherwise.
validJarAuthority(String) - Static method in class org.eclipse.emf.common.util.URI
Deprecated.
As of EMF 2.0, replaced by validArchiveAuthority.
validOpaquePart(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the opaque part component of a URI; false otherwise.
validQuery(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the query component of a URI; false otherwise.
validScheme(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the scheme component of a URI; false otherwise.
validSegment(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be a valid path segment of a URI; false otherwise.
validSegments(String[]) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be a valid path segment array of a URI; false otherwise.
value - Variable in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
The value.
value - Variable in class org.eclipse.emf.common.util.Pool.ObjectAccessUnit
The object being accessed; In the case of Pool.contains(Object) or Pool.remove(Object), the value may not be an instance of E.
value - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.StringAccessUnit
The segment value being accessed.
value - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit
The value being accessed.
value - Variable in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
The value being accessed.
valueOf(char) - Static method in class org.eclipse.emf.common.util.URI
 
values() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
values() - Method in class org.eclipse.emf.common.util.BasicEMap
 
values - Variable in class org.eclipse.emf.common.util.BasicEMap.View
The values collection view.
values() - Method in interface org.eclipse.emf.common.util.EMap
Returns a collection view the values of the entries.
values - Variable in class org.eclipse.emf.common.util.Pool.AccessUnit
 
valuesLength - Variable in class org.eclipse.emf.common.util.Pool.AccessUnit
This records the number of Pool.AccessUnit.values cached for this access.
view - Variable in class org.eclipse.emf.common.util.BasicEMap
The various alternative views of the map.
View() - Constructor for class org.eclipse.emf.common.util.BasicEMap.View
Creates an empty instance.

W

WARNING - Static variable in interface org.eclipse.emf.common.util.Diagnostic
The bit mask value 0x2 for a severity indicating there is warning message.
wasSet() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
wasSet() - Method in interface org.eclipse.emf.common.notify.Notification
Returns whether the notifier's feature was considered set before the change occurred.
wasSet() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the wasSet method of the notification.
WeakInterningHashSet<E> - Class in org.eclipse.emf.common.util
An implementation of an interning set that keeps weak references to its element.
WeakInterningHashSet() - Constructor for class org.eclipse.emf.common.util.WeakInterningHashSet
Creates an instance with a minimum capacity.
WeakInterningHashSet(int) - Constructor for class org.eclipse.emf.common.util.WeakInterningHashSet
Creates an instance with at least the given capacity.
WeakInterningHashSet.Entry<E> - Class in org.eclipse.emf.common.util
A weak reference holder that caches the hash code of the referent and is chained in the WeakInterningHashSet.entries to handle collisions.
WeakInterningHashSet.SelfCleaningEntry<E> - Class in org.eclipse.emf.common.util
A specialized external entry managed by the external queue that calls WeakInterningHashSet.SelfCleaningEntry.clear() to remove this entry from its set.
worked(int) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
worked(int) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
worked(int) - Method in interface org.eclipse.emf.common.util.Monitor
Called to indicate the amount or progress on the task.
WrappedException - Exception in org.eclipse.emf.common.util
A runtime exception that wraps another exception.
WrappedException(Exception) - Constructor for exception org.eclipse.emf.common.util.WrappedException
Creates an instance that wraps the exception.
WrappedException(String, Exception) - Constructor for exception org.eclipse.emf.common.util.WrappedException
Creates an instance with it's own message that wraps the exception.
writeLock - Variable in class org.eclipse.emf.common.util.Pool
To support maximum concurrency, a pair of read and write locks is maintained; this is the write lock.
writeReplace() - Method in class org.eclipse.emf.common.util.AbstractEnumerator
 

Y

yield(ZipEntry, InputStream) - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
 
yield(ZipEntry, OutputStream) - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
 
yield(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
Called to yield the iterator result for the entry.
yield(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapKeyIterator
Called to yield the iterator result for the entry.
yield(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapValueIterator
Called to yield the iterator result for the entry.
A B C D E F G H I J K L M N O P Q R S T U V W Y