Removes the mapping from this map @param key to remove @return value contained under this key, or null if value did not exist
(long key)
| 54 | * @return value contained under this key, or null if value did not exist |
| 55 | */ |
| 56 | V remove(long key); |
| 57 | |
| 58 | boolean remove(long key, V value); |
| 59 |
no outgoing calls