| non-associative-container-mixin | A non associative container should implement at least empty-p, empty, insert-item and delete-item... |
|---|
| abstract-queue | |
|---|---|
| abstract-stack | |
| classified-container-mixin | A classified container returns some value appropriate to the specific container class. For exampl... |
| contents-as-list-mixin | |
| dlist-container | A double-linked list |
| sorted-container-mixin | |
| vector-container-mixin |
| insert-sequence | Adds each item in the sequence to the container in an upspecified order. |
|---|---|
| reverse-container | Destructively alters the elements/nodes of an ordered container so that they are reversed. |
| 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. |
| iterate-elements | |
| print-container-contents | |
| print-container-summary |