LisaacTM Platform

LINKED_LIST_NODE


To implement LINKED_LIST(V). .
Inherit/Insert Summary
parent_any_linked_list_node No developed.
 
Constructor Summary
create next
 
Slot Summary
item
next
make next
set_item
set_next
set_all_with
 

Inherit/Insert Detail

parent_any_linked_list_node

.../base/collection/low_level/linked_list_node.li line #12

Section:
Inherit

Profile:
- SelfSELFparent_any_linked_list_node : ANY_LINKED_LIST_NODE

Constructor Detail

create next

.../base/collection/low_level/linked_list_node.li line #22

Section:
LINKED_LIST

Profile:
- SelfSELFcreate   i : V  next   n : LINKED_LIST_NODEV) : SELF

Detail slot

item

.../base/collection/low_level/linked_list_node.li line #16

Section:
Public

Profile:
+ SelfSELFitem : V

next

.../base/collection/low_level/linked_list_node.li line #18

Section:
Public

Profile:
+ SelfSELFnext : LINKED_LIST_NODEV)

make next

.../base/collection/low_level/linked_list_node.li line #30

Section:
LINKED_LIST

Profile:
- SelfSELFmake   i : V  next   n : LINKED_LIST_NODEV)

set_item

.../base/collection/low_level/linked_list_node.li line #43

Section:
LINKED_LIST_NODE, LINKED_LIST

Profile:
- SelfSELFset_item   i : V

set_next

.../base/collection/low_level/linked_list_node.li line #51

Section:
LINKED_LIST_NODE, LINKED_LIST

Profile:
- SelfSELFset_next   n : LINKED_LIST_NODEV)

set_all_with

.../base/collection/low_level/linked_list_node.li line #59

Section:
LINKED_LIST_NODE, LINKED_LIST

Profile:
- SelfSELFset_all_with   v : V