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

Method right

basex-core/src/main/java/org/basex/index/IndexTree.java:214–216  ·  view source on GitHub ↗

Gets the right child. @param nd current node @return right node

(final int nd)

Source from the content-addressed store, hash-verified

212 * @return right node
213 */
214 private int right(final int nd) {
215 return tree.get((nd << 1) + nd + 1);
216 }
217
218 /**
219 * Gets the parent node.

Callers 5

addMethod · 0.95
nextMethod · 0.95
adjustMethod · 0.95
rotateLeftMethod · 0.95
rotateRightMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected