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

Method IdPreMap

basex-core/src/main/java/org/basex/index/IdPreMap.java:41–48  ·  view source on GitHub ↗

Constructor. @param id last inserted ID

(final int id)

Source from the content-addressed store, hash-verified

39 * @param id last inserted ID
40 */
41 public IdPreMap(final int id) {
42 baseid = id;
43 pres = new int[1];
44 fids = new int[1];
45 nids = new int[1];
46 incs = new int[1];
47 oids = new int[1];
48 }
49
50 /**
51 * Constructs a map by reading it from a file.

Callers

nothing calls this directly

Calls 2

readNumsMethod · 0.80
readNumMethod · 0.45

Tested by

no test coverage detected