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

Packages that use KeyedElement
org.eclipse.osgi.baseadaptor.hooks   
org.eclipse.osgi.baseadaptor.loader   
org.eclipse.osgi.framework.util   
 

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