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

Method Atts

basex-core/src/main/java/org/basex/util/Atts.java:19–21  ·  view source on GitHub ↗

Default constructor.

()

Source from the content-addressed store, hash-verified

17 * Default constructor.
18 */
19 public Atts() {
20 this(1);
21 }
22
23 /**
24 * Constructor with initial capacity.

Callers

nothing calls this directly

Calls 1

initialCapacityMethod · 0.95

Tested by

no test coverage detected