Class Quad-Tree-Node

Part of:

package metabang.cl-containers, class four-child-node

Direct Superclass

four-child-node

Slot

bottom-left-childAccessors:bottom-left-child.
bottom-right-childAccessors:bottom-right-child.
elementReader:element.
parentInitargs::parent; Accessors:parent.
top-left-childAccessors:top-left-child.
top-right-childAccessors:top-right-child.
treeInitargs::tree; Accessors:tree.

Direct Method

find-item

Find item in container using the container's test
method for comparisons. The test method must ta...

insert-item

Adds item to the container

node-empty-p

Other Method

search-for-node
search-for-node*