persistent-association-end-set-container |
---|
instance | Initargs::instance; Accessors:instance-of; Type:persistent-object. |
---|---|
key | Initform:'identity, Initargs::key; Reader:key. |
slot | Initargs::slot; Accessors:slot-of; Type:persistent-effective-slot-definition. |
test | Initform:'eq, Initargs::test; Reader:test. |
delete-item | |
---|---|
empty! | Removes all items from the container and returns nil. |
insert-item | Adds item to the container |
list-of | Returns a non lazy list of items present in the persistent collection. |
setflist-of | Returns a non lazy list of items present in the persistent collection. |
empty-p | Returns t if there are no items in the container. |
---|---|
iterate-items | Applies function to each item in the persistent container. |
record-count-of | Returns the number of records in RESULT-SET. |
records-of | Returns records of RESULT-SET as a sequence from START index (inclusive, default is 0) to END in... |
search-for-item | Hunt for the item in the container. Key and Test are as in member. |
size | Returns the number of items currently in the container. |
to-list | Converts the result to a list. If FLATP is true then the rows are flattened (useful when they con... |