{@inheritDoc} Warning: the results of calling this method may vary depending on the iteration order of map. @throws IllegalArgumentException if an attempt to put any entry fails. Note that some map entries may have been added to the bimap before the exception was
(Map<? extends K, ? extends V> map)
| 87 | * bimap before the exception was thrown. |
| 88 | */ |
| 89 | @Override |
| 90 | void putAll(Map<? extends K, ? extends V> map); |
| 91 | |
| 92 | // Views |
no outgoing calls
no test coverage detected