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 

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
 
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