class BUCKET{ELT} < $BUCKET{ELT,BUCKET{ELT}} |
---|
**** |
________This_class_contains_bucket_constructors_and_permits_the_addition_of ___a_linked_element. |
$BUCKET{_,_} | $NEXT{_} |
attr item : ELT ; |
---|
attr next : T ; .. Included as next |
---|
**** | next element in list, if any. |
attr item : ELT ; |
---|
attr next : T ; .. Included as next |
---|
**** | next element in list, if any. |
append( .. Included as append |
---|
copy_list : SAME |
---|
create(elem : ELT) : SAME |
---|
**** | This routine creates a new link containing the given element. |
create(elem : ELT, next : SAME) : SAME |
---|
**** | This routine creates a new link containing the given element with
___next_linked_as_the_following_element.___Next_may_be_void. |
insert( .. Included as insert |
---|
size : CARD .. Included as size |
---|
list! : SAME |
---|