Puts a value with the specified key into this map. @param key key to insert @param value value to insert @return updated map if changed, this otherwise @throws QueryException query exception
(Item key, Value value)
| 153 | * @throws QueryException query exception |
| 154 | */ |
| 155 | public abstract XQMap put(Item key, Value value) throws QueryException; |
| 156 | |
| 157 | /** |
| 158 | * Puts a value with the specified key into this map. |
no outgoing calls
no test coverage detected