Vala.Collections.TreeMap.containsKey – Valacore Reference Manual
containsKey
Description:
public
bool
containsKey
(
K
key)
Returns whether the map contains the specified key.
Parameters:
key
the key to check.
Returns:
true if the key exists.