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

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.
A B C D E F G H I J K L M N O P Q R S T U V W Y 
Skip navigation links
Eclipse EMF 2.15 API Specification

Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature