Note that this method is identical in functionality to {@link #contains contains} (which predates the {@link Map} interface).
@param value value whose presence in this hashtable is to be tested
@return true if this map maps one or more keys to thespecified value
@throws NullPointerException if the value is null
@since 1.2
|
|
|
|
|
|
|
|
|
|