abstract class $BUCKET{ELT,ME < $BUCKET{ELT,ME}} < $NEXT{ME} |
---|
**** |
________This_abstract_class_models_all_of_the_common_abstraction_of ___a_bucket_as_used_in_hash_tables. |
$NEXT{_} |
BUCKET{_} | DATABUCKET{_,_} |
copy_list : SAME ; |
---|
**** | This returns a copy of self and all following links. |
item : ELT ; |
---|
**** | This is the actual contents |
list! : SAME ; |
---|
**** | This iter produces the contents of the bucket one element at a time. |