Like {@link Hashtable} but unlike {@link HashMap}, this class does not allow null to be used as a key or value.
@author Doug Lea
@param < K> the type of keys maintained by this map
@param < V> the type of mapped values
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.