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
keyed-container-mixin | |
---|---|
ordered-container-mixin |
quad-tree |
---|
classifier | Initform:(function <), Initargs::classifier; Accessors:classifier. |
---|---|
key | Initform:(quote identity), Initargs::key; Reader:key. |
delete-list | Deletes each item in the list from the container. |
---|---|
insert-list | Adds each item in the list to the container in an |
insert-sequence | Adds each item in the sequence to the container in an |
iterate-elements | |
reverse-container | Destructively alters the elements/nodes of an ordered container so that they are reversed. |