An alternate form of put that silently removes any existing entry with the value value before proceeding with the #put operation. If the bimap previously contained the provided key-value mapping, this method has no effect. Note that a successful call to this method could
(@Nullable K key, @Nullable V value)
| 71 | * be {@code null}, or {@code null} if there was no previous entry |
| 72 | */ |
| 73 | @CanIgnoreReturnValue |
| 74 | @Nullable |
| 75 | V forcePut(@Nullable K key, @Nullable V value); |
| 76 |
no outgoing calls
no test coverage detected