Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ QNmSet
Method
QNmSet
basex-core/src/main/java/org/basex/query/util/hash/QNmSet.java:25–29 ·
view source on GitHub ↗
Default constructor.
()
Source
from the content-addressed store, hash-verified
23
* Default constructor.
24
*/
25
public
QNmSet() {
26
super(INITIAL_CAPACITY);
27
keys =
new
QNm[capacity()];
28
hash =
new
int
[capacity()];
29
}
30
31
/**
32
* Stores the specified key
if
it has not been stored before.
Callers
nothing calls this directly
Calls
1
capacity
Method · 0.80
Tested by
no test coverage detected