Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
formValues
Method · 0.95
bind
Method · 0.95
setup
Method · 0.95
optimize
Method · 0.95
toEmptyMap
Method · 0.95
index
Method · 0.95
value
Method · 0.95
item
Method · 0.95
item
Method · 0.95
add
Method · 0.95
test
Method · 0.95
item
Method · 0.95
Calls
no outgoing calls
Tested by
1
setup
Method · 0.76