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

Method empty

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

The empty map. @return (unique) instance of an empty map

()

Source from the content-addressed store, hash-verified

50 * @return (unique) instance of an empty map
51 */
52 public static XQMap empty() {
53 return XQTrieMap.EMPTY;
54 }
55
56 /**
57 * Creates a map with a single entry.

Callers 15

formValuesMethod · 0.95
bindMethod · 0.95
setupMethod · 0.95
optimizeMethod · 0.95
toEmptyMapMethod · 0.95
indexMethod · 0.95
valueMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
addMethod · 0.95
testMethod · 0.95
itemMethod · 0.95

Calls

no outgoing calls

Tested by 1

setupMethod · 0.76