Generic Function Predecessor (3 methods)

( predecessor < sorted-container-mixin > < item > )

Part of:

package metabang.cl-containers

Return the item that comes before item in the container. Only makes sense for sorted containers. Raises an element-not-found-error if the item isn't present in the container.

Method Summary

predecessor < binary-search-tree > < bst-node
predecessor < container-uses-nodes-mixin > < t > 
predecessor < dlist-container > < dlist-container-node