LisaacTM Platform

LINKED2_LIST_NODE


To implement LINKED2_LIST(V).
Inherit/Insert Summary
parent_any_two_way_linked_list_node No developed.
 
Constructor Summary
create previous next
 
Slot Summary
item
previous
next
make previous next
set_item
set_next
set_all_with
set_previous
 

Inherit/Insert Detail

parent_any_two_way_linked_list_node

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

Section:
Inherit

Profile:
- SelfSELFparent_any_two_way_linked_list_node : ANY_TWO_WAY_LINKED_LIST_NODE

Constructor Detail

create previous next

.../base/collection/low_level/linked2_list_node.li line #24

Section:
LINKED2_LIST

Profile:
- SelfSELFcreate   i : V  previous   p : SELF  next   n : SELFSELF

Detail slot

item

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

Section:
Public

Profile:
+ SelfSELFitem : V

previous

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

Section:
Public

Profile:
+ SelfSELFprevious : LINKED2_LIST_NODEV)

next

.../base/collection/low_level/linked2_list_node.li line #20

Section:
Public

Profile:
+ SelfSELFnext : LINKED2_LIST_NODEV)

make previous next

.../base/collection/low_level/linked2_list_node.li line #32

Section:
LINKED2_LIST

Profile:
- SelfSELFmake   i : V  previous   p : SELF  next   n : SELF

set_item

.../base/collection/low_level/linked2_list_node.li line #46

Section:
LINKED2_LIST, LINKED2_LIST_NODE

Profile:
- SelfSELFset_item   i : V

set_next

.../base/collection/low_level/linked2_list_node.li line #54

Section:
LINKED2_LIST, LINKED2_LIST_NODE

Profile:
- SelfSELFset_next   n : SELF

set_all_with

.../base/collection/low_level/linked2_list_node.li line #62

Section:
LINKED2_LIST, LINKED2_LIST_NODE

Profile:
- SelfSELFset_all_with   v : V

set_previous

.../base/collection/low_level/linked2_list_node.li line #72

Section:
LINKED2_LIST, LINKED2_LIST_NODE

Profile:
- SelfSELFset_previous   p : SELF