Returns the value of the mapping with the specified key. @param key the key. @return the value of the mapping with the specified key, or null if no mapping for the specified key is found.
(Object key)
| 146 | * if no mapping for the specified key is found. |
| 147 | */ |
| 148 | public V get(Object key); |
| 149 | |
| 150 | /** |
| 151 | * Returns an integer hash code for the receiver. {@code Object}s which are equal |
no outgoing calls