MCPcopy Create free account
hub / github.com/BaseXdb/basex / put

Method put

basex-core/src/main/java/org/basex/query/value/map/XQMap.java:155–155  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.

Callers 15

itemMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
trieMethod · 0.95
multiFormMethod · 0.95
addScopeMethod · 0.45
decFormatMethod · 0.45
indexMethod · 0.45
addFunctionsMethod · 0.45
addTextMethod · 0.45
addMethod · 0.45
compileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected