contains


Description:

[ Version ( deprecated = true , replacement = "Map.has_key" ) ]
public bool contains (K key)

Warning: contains is deprecated. Use Map.has_key.

Determines whether this map contains the specified key.

Parameters:

key

the key to locate in the map

Returns:

true if key is found, false otherwise