Generic Function Empty-P (13 methods)

( empty-p < abstract-container > )

Part of:

package metabang.cl-containers

Returns t if there are no items in the container.

Method Summary

empty-p < metabang.cl-containers::abstract-bag/set-container > 
empty-p < metabang.cl-containers:basic-queue > 
empty-p < metabang.cl-containers:binary-search-tree > 
empty-p < metabang.cl-containers:contents-as-list-mixin > 
empty-p < metabang.cl-containers::contents-as-sequence-mixin > 
empty-p < metabang.cl-containers:forward-iterator > 
empty-p < hash-table > 
empty-p < list > 
empty-p < metabang.cl-containers:priority-queue-on-container > 
empty-p < metabang.cl-containers:quad-tree > 
empty-p < metabang.cl-containers:stack-container > 
empty-p < t > 
empty-p < vector >