A non associative container should implement at least empty-p,
empty, insert-item and delete-item. 
| abstract-container | Inherited by all container classes, this is a good place to  | 
|---|
| ordered-container-mixin | |
|---|---|
| unordered-container-mixin | 
| delete-list | Deletes each item in the list from the container.  | 
|---|---|
| insert-list | Adds each item in the list to the container in an  | 
| iterate-elements | 
|---|