MCPcopy 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

addMethod · 0.95
readMethod · 0.95
capacityMethod · 0.80

Tested by

no test coverage detected