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

Method isLeaf

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

Check if the node is a leaf page @param nt nodeType of the node we want to check @return return true it's a leaf page, false if it's not

(TreeNodeType nt)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

readNodeMethod · 0.95
createOverflowPageMethod · 0.45
insertNonFullMethod · 0.45
searchKeyMethod · 0.45
deleteKeyMethod · 0.45
canRedistributeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected