Adds all the mappings in a given Map to this Bindings Map to merge with this one. @throws NullPointerException if some key in the map is null. @throws IllegalArgumentException if some key in the map is an empty Stri
(Map<? extends String, ? extends Object> toMerge)
| 39 | * @throws <code>IllegalArgumentException</code> if some key in the map is an empty String. |
| 40 | */ |
| 41 | public void putAll(Map<? extends String, ? extends Object> toMerge); |
| 42 | } |
no outgoing calls
no test coverage detected