[ 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.
key |
the key to locate in the map |
|