Removes the mapping, if any, associated with the given keys. @param rowKey row key of mapping to be removed @param columnKey column key of mapping to be removed @return the value previously associated with the keys, or {@code null} if no such value existed
(
@CompatibleWith("R") @Nullable Object rowKey,
@CompatibleWith("C") @Nullable Object columnKey)
| 168 | * @return the value previously associated with the keys, or {@code null} if no such value existed |
| 169 | */ |
| 170 | @CanIgnoreReturnValue |
| 171 | @Nullable V remove( |
| 172 | @CompatibleWith(class="st">"R") @Nullable Object rowKey, |
| 173 | @CompatibleWith(class="st">"C") @Nullable Object columnKey); |
no outgoing calls