Class Container-Uses-Nodes-Mixin

Direct Superclass Summary

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

Direct Subclass Summary

binary-search-tree
dlist-containerA double-linked list
heap-container
quad-tree

Direct Method Summary

delete-element
delete-item
find-elementFor now, compare find-item.
find-itemFind item in container using the container's test
method for comparisons. The test method must ta...
insert-itemAdds item to the container
iterate-elements
predecessor
search-for-node
search-for-node*
successor

Other Method Summary

print-container-contents
print-container-summary