Returns whether this map contains a mapping for the specified key.
(K key)
| 20 | |
| 21 | /** Returns whether this map contains a mapping for the specified key. */ |
| 22 | boolean containsKey(K key); |
| 23 | |
| 24 | |
| 25 | /** Returns the number of key-value mappings in this map. */ |