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

Method putAt

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

Puts a value with the specified key into this map. @param index map index (starting with 0, must be valid) @param value value to insert @return updated map @throws QueryException query exception

(int index, Value value)

Source from the content-addressed store, hash-verified

162 * @throws QueryException query exception
163 */
164 public abstract XQMap putAt(int index, Value value) throws QueryException;
165
166 /**
167 * Removed a key from this map.

Callers 1

itemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected