org.objectweb.jac.util.WeakHashMap A hashtable-based <tt>Map</tt> implementation with <em>weak values</em>. An entry in a <tt>WeakHashMap</tt> will automatically be removed when its value is no longer in ordinary use. More precisely, the presence of a mapping for a given key will not prevent th ...
org.objectweb.jac.util.AbstractMap This class provides a skeletal implementation of the <tt>Map</tt> interface, to minimize the effort required to implement this interface. <p> To implement an unmodifiable map, the programmer needs only to extend this class and provide an implementation for the <tt>entrySet ...
java.util.AbstractMap This class provides a skeletal implementation of the <tt>Map</tt> interface, to minimize the effort required to implement this interface. <p> To implement an unmodifiable map, the programmer needs only to extend this class and provide an implementation for the <tt>entrySet ...
org.hibernate.collection.PersistentMap A persistent wrapper for a <tt>java.util.Map</tt>. Underlying collection is a <tt>HashMap</tt>. @see java.util.HashMap @author Gavin King
com.triactive.jdo.sco.Hashtable A mutable second-class Hashtable object. <p> SCO fields declared as type java.util.Hashtable are populated with objects of this type whenever the owning object is actively being managed by a state manager. <p> This class is almost identical to {@link HashMap}, except it inherits from j ...
org.eclipse.jdt.apt.core.internal.AnnotationProcessorFactoryLoader Stores annotation processor factories, and handles mapping from projects to them. This is a singleton object, created by the first call to getLoader(). <p> Factories contained in plugins are loaded at APT initialization time. Factories contained in jar files are loaded for a given project t ...
org.eclipse.debug.internal.ui.viewers.AsynchronousTreeViewer A tree viewer that retrieves children and labels asynchronously via adapters and supports duplicate elements in the tree with different parents. Retrieving children and labels asynchrnously allows for arbitrary latency without blocking the UI thread. <p> Clients may instantiate and subclass ...
org.mule.providers.soap.axis.extensions.MuleHttpSender <code>MuleHttpSender</code> is a rewrite of the Axis HttpSender. Unfortunately, the Axis implementation is not extensible so this class is a copy of it with modifications. The enhancements made are to allow for asynchronous Http method calls which Mule initiates when the endpoint is as ...