new Leaf(tree, obj)
- Source:
Parameters:
Members
isLeaf
- Source:
- Default Value:
Methods
addPairs(tree)
- Source:
Parameters:
clearPairs(tree)
- Source:
Parameters:
containsObj(obj) → {boolean}
- Source:
Parameters:
Name |
Type |
Description |
obj |
Node
|
|
Returns:
-
Type
-
boolean
markLeafQuery(leaf, left, tree, func)
- Source:
Parameters:
Name |
Type |
Description |
leaf |
Leaf
|
|
left |
boolean
|
|
tree |
cp.BBTree
|
|
func |
function
|
|
markSubtree(tree, staticRoot, func)
- Source:
Parameters:
recycle(tree)
- Source:
Its not worth the overhead to recycle leaves.
Parameters:
Name |
Type |
Description |
tree |
|
|
update(tree) → {boolean}
- Source:
Parameters:
Returns:
-
Type
-
boolean