Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ TokenSet
Method
TokenSet
basex-core/src/main/java/org/basex/util/hash/TokenSet.java:23–25 ·
view source on GitHub ↗
Default constructor.
()
Source
from the content-addressed store, hash-verified
21
* Default constructor.
22
*/
23
public
TokenSet() {
24
this(INITIAL_CAPACITY);
25
}
26
27
/**
28
* Constructor with initial capacity.
Callers
nothing calls this directly
Calls
3
add
Method · 0.95
read
Method · 0.95
capacity
Method · 0.80
Tested by
no test coverage detected