new Pair(leafA, nextA, leafB, nextB)
- Source:
Note: Objects created with constructors are faster than object literals. :(
Parameters:
Name | Type | Description |
---|---|---|
leafA |
Leaf | |
nextA |
Leaf | |
leafB |
Leaf | |
nextB |
Leaf |
Methods
recycle(tree)
- Source:
Parameters:
Name | Type | Description |
---|---|---|
tree |
cp.BBTree |