Class Quad-Tree-Node

Part of:

package metabang.cl-containers

Slot

bottom-left-childAccessors:bottom-left-child.
bottom-right-childAccessors:bottom-right-child.
elementInitargs:element, value; Accessors:value, element.
parentInitargs:parent; Reader:parent.
top-left-childAccessors:top-left-child.
top-right-childAccessors:top-right-child.
treeInitargs:tree; Accessors:tree.

Direct Method

find-itemFind item in container using the container's test method for comparisons. The test method must ta...
insert-itemAdds item to the container
node-empty-p

Other Method

search-for-node
search-for-node*