has


Description:

public abstract bool has (K key, V value)

Determines whether this map has the specified key/value entry.

Parameters:

key

the key to locate in the map

value

the corresponding value

Returns:

true if key is found, false otherwise