Class Array-Container-Abstract

Part of:

package metabang.cl-containers, class associative-container-mixin, class uses-contents-mixin, class bounded-container-mixin, class array-container

Direct Superclass

associative-container-mixin
bounded-container-mixin
uses-contents-mixin

Direct Subclass

array-container

Slot

contentsReader:contents.

Other Method

add-initial-contents
base-class-for-iteratee
collect-elements

Returns a possibly filtered and possibly transformed list of the elements in a container. If the ...

collect-keys
every-key-value-p
insert-initial-contents-p

Returns true if this container type should rely on the default behavior of basic-initial-contents...

iterate-elements
iterate-nodes

Applies function to each node in the container. If the container doesn't have nodes, then this is...

key-exists-p
remove-items-if

Removes items from a container that satisfy the test. The
container is returned.

samep

Compares two things and returns true if they are the same
in the sense of being interchangable. I...

search-for-key
some-key-value-p
sort-container