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

________This_class_contains_bucket_constructors_and_permits_the_addition_of
___a_linked_element.


Flattened version is here

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



Public


Readable Attributes
attr item : ELT ;

Writable Attributes
attr item : ELT ;

Features
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.

Iters
list! : SAME

The Sather Home Page