Tests if the specified object is a key in this table.
@param key possible key.
@return true if and only if the specified object is a key in this table, as determined by the equals method; false otherwise.
@exception NullPointerException if the key isnull.
@see #contains(Object)
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.