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.
@see WeakReference
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.