class BUCKET{ELT} < $BUCKET{ELT,BUCKET{ELT}}
****

________This_class_contains_bucket_constructors_and_permits_the_addition_of
___a_linked_element.


Ancestors
$BUCKET{_,_} $NEXT{_}



Public


Readable Attributes
attr item : ELT ;
attr next : T ; .. Included as next
**** next element in list, if any.

Writable Attributes
attr item : ELT ;
attr next : T ; .. Included as next
**** next element in list, if any.

Features
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

Iters
list! : SAME

The Sather Home Page