A java.util.Map implementation using weak reference values.
The values are stored in the map as weak references. If the garbage
collector clears the reference, the corresponding key is automatically
removed from the map.
author: Mike Martin version: $Revision: 1.4 $ See Also:WeakReference