{@inheritDoc} @throws IllegalArgumentException if the given value is already bound to a different key in this bimap. The bimap will remain unmodified in this event. To avoid this exception, call #forcePut instead.
(@Nullable K key, @Nullable V value)
| 49 | * event. To avoid this exception, call {@link #forcePut} instead. |
| 50 | */ |
| 51 | @CanIgnoreReturnValue |
| 52 | @Override |
| 53 | @Nullable |
| 54 | V put(@Nullable K key, @Nullable V value); |
no outgoing calls
no test coverage detected