Class Classified-Container-Mixin

A classified container returns some value appropriate to the specific
container class. For example, a quad tree is of the type
classified-container-mixin, and the classifier returns one of :TOP-LEFT,
:TOP-RIGHT, :BOTTOM-LEFT or :BOTTOM-RIGHT

Part of:

package metabang.cl-containers, class ordered-container-mixin, class quad-tree, class keyed-container-mixin

Direct Superclass

keyed-container-mixin
ordered-container-mixin

Direct Subclass

quad-tree

Slot

classifierInitform:(function <), Initargs::classifier; Accessors:classifier.
keyInitform:(quote identity), Initargs::key; Reader:key.

Other Method

delete-list

Deletes each item in the list from the container.

insert-list

Adds each item in the list to the container in an
upspecified order.

insert-sequence

Adds each item in the sequence to the container in an
upspecified order.

iterate-elements
reverse-container

Destructively alters the elements/nodes of an ordered container so that they are reversed.