Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
D
- 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.notify.impl.BasicNotifierImpl.EAdapterList
- data() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
-
Returns direct unsafe access to the underlying data storage.
- 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(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList
-
Adds the object at the given index in the backing store list.
- delegateAdd(E) - Method in class org.eclipse.emf.common.util.DelegatingEList
-
Adds the object at the end of the backing store list.
- delegateBasicList() - Method in class org.eclipse.emf.common.util.DelegatingEList
-
Returns an unsafe list that provides a
non-resolvingview 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 locatorand a seriesdelegate 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 - 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.
- delimiter() - Method in class org.eclipse.emf.common.util.SegmentSequence
-
Returns the delimiter of the segment sequence.
- 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
baseabsolute hierarchical URI usingresolve, 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
baseabsolute hierarchical URI usingresolve, 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 byAbstractCommand.setDescription(java.lang.String). - 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
-
If this is a hierarchical URI with a device component, returns it;
nullotherwise. - device() - Method in class org.eclipse.emf.common.util.URI.Fragment
- 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;
nullotherwise. - 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() - 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. - dispatch(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotificationChainImpl
-
Dispatches the notification to its notifier.
- 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
nextindex and advances the iterator past it. - 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(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.
- 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(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.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(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(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(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.
- 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(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.
- 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(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.
- doCleanup() - Method in class org.eclipse.emf.common.util.Pool
-
Calls
super.WeakInterningHashSet.cleanup(). - 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
inverseupdating. - doClear() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
-
Clears the list of all objects; it does no
inverseupdating. - doClear() - Method in class org.eclipse.emf.common.util.BasicEMap
-
Clears the map.
- doClear() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet.Entry
- doClear(int, Object[]) - Method in class org.eclipse.emf.common.util.DelegatingEList
-
Does the actual job of clearing all the objects.
- 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
freesthe 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
- 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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form