Class Non-Associative-Container-Mixin

A non associative container should implement at least empty-p, empty, insert-item and delete-item.

Part of:

package metabang.cl-containers, package metabang.utilities, class abstract-container

Direct Superclass

abstract-containerInherited by all container classes, this is a good place to put those pesky superclasses you need...

Direct Method

delete-listDeletes each item in the list from the container.
insert-listAdds each item in the list to the container in an upspecified order.

Other Method

iterate-elements