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

Method get

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

Creates a map with a single entry. @param key key @param value value @return map

(final Item key, final Value value)

Source from the content-addressed store, hash-verified

60 * @return map
61 */
62 public static XQMap get(final Item key, final Value value) {
63 return new XQSingletonMap(key, value);
64 }
65
66 @Override
67 public final void write(final DataOutput out) throws IOException, QueryException {

Callers 15

bindMethod · 0.95
itemMethod · 0.95
finishMethod · 0.95
itemMethod · 0.95
indexMethod · 0.95
itemMethod · 0.95
valueMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
resultMethod · 0.95
errorMethod · 0.95
nextMethod · 0.95

Calls 2

getOrNullMethod · 0.95
valueAtMethod · 0.45

Tested by

no test coverage detected