MCPcopy Index your code
hub / github.com/andylamp/BPlusTree / isInternalNode

Method isInternalNode

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

Check if the node is an internal node @param nt nodeType of the node we want to check @return return true if it's an Internal Node, false if it's not.

(TreeNodeType nt)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

readNodeMethod · 0.95
deleteKeyMethod · 0.45
canRedistributeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected