Uses of Interface
org.eclipse.osgi.framework.util.KeyedElement

Packages that use KeyedElement
org.eclipse.core.runtime.internal.adaptor   
org.eclipse.osgi.baseadaptor.hooks   
org.eclipse.osgi.baseadaptor.loader   
org.eclipse.osgi.framework.internal.core   
org.eclipse.osgi.framework.util   
 

Uses of KeyedElement in org.eclipse.core.runtime.internal.adaptor
 

Classes in org.eclipse.core.runtime.internal.adaptor that implement KeyedElement
 class ClasspathManifest
           
 class EclipseStorageHook
           
 

Methods in org.eclipse.core.runtime.internal.adaptor with parameters of type KeyedElement
 boolean ClasspathManifest.compare(KeyedElement other)
           
 boolean EclipseStorageHook.compare(KeyedElement other)
           
 

Uses of KeyedElement in org.eclipse.osgi.baseadaptor.hooks
 

Subinterfaces of KeyedElement in org.eclipse.osgi.baseadaptor.hooks
 interface StorageHook
          A StorageHook hooks into the persistent storage loading and saving.
 

Uses of KeyedElement in org.eclipse.osgi.baseadaptor.loader
 

Methods in org.eclipse.osgi.baseadaptor.loader with parameters of type KeyedElement
 void ClasspathEntry.addUserObject(KeyedElement userObject)
          Adds a user object
 

Uses of KeyedElement in org.eclipse.osgi.framework.internal.core
 

Classes in org.eclipse.osgi.framework.internal.core that implement KeyedElement
 class AbstractBundle
          This object is given out to bundles and wraps the internal Bundle object.
 class BundleFragment
           
 class BundleHost
           
 class FilteredSourcePackage
           
 class MultiSourcePackage
           
 class NullPackageSource
          This class is used to optimize finding provided-packages for a bundle.
 class PackageSource
           
 class SingleSourcePackage
           
 class SystemBundle
          This class subclasses Bundle to provide a system Bundle so that the framework can be represented as a bundle and can access the services provided by other bundles.
 

Methods in org.eclipse.osgi.framework.internal.core with parameters of type KeyedElement
 boolean PackageSource.compare(KeyedElement other)
           
 boolean AbstractBundle.compare(KeyedElement other)
           
 

Uses of KeyedElement in org.eclipse.osgi.framework.util
 

Methods in org.eclipse.osgi.framework.util that return KeyedElement
 KeyedElement[] KeyedHashSet.elements()
          Returns all elements that exist in this set
 KeyedElement KeyedHashSet.get(KeyedElement otherElement)
          Returns the element which compares to the specified element, or null if not found.
 KeyedElement KeyedHashSet.getByKey(java.lang.Object key)
          Returns the element with the specified key, or null if not found.
 

Methods in org.eclipse.osgi.framework.util with parameters of type KeyedElement
 boolean KeyedHashSet.add(KeyedElement element)
          Adds an element to this set.
 void KeyedHashSet.addAll(KeyedElement[] toAdd)
          Adds the specified list of elements to this set.
 boolean KeyedElement.compare(KeyedElement other)
          Compares this element with a specified element
 boolean KeyedHashSet.contains(KeyedElement element)
          Returns true if the specified element exists in this set.
 KeyedElement KeyedHashSet.get(KeyedElement otherElement)
          Returns the element which compares to the specified element, or null if not found.
 boolean KeyedHashSet.remove(KeyedElement toRemove)
          Removes the element which compares to the specified element
 void KeyedHashSet.removeAll(KeyedElement[] toRemove)
          Removes all of the specified elements from this set