MCPcopy Create free account
hub / github.com/andylamp/BPlusTree / isParent

Method isParent

src/main/java/ds/bplus/bptree/BPlusTree.java:906–909  ·  view source on GitHub ↗

Check if the node has the specified parent @param node node can be internal or leaf @param parent parent is always internal node @param pindex index to check @return true if it is, false if it's not

(TreeNode node, TreeInternalNode parent, int pindex)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 3

getCurrentCapacityMethod · 0.80
getPageIndexMethod · 0.80
getPointerAtMethod · 0.80

Tested by

no test coverage detected