class TWO_WAY_LINKED_LIST_NODE [E_]
Summary
Overview
creation features
exported features
  • item: E_
  • previous: TWO_WAY_LINKED_LIST_NODE [E_]
  • next: TWO_WAY_LINKED_LIST_NODE [E_]
item: E_
writable attribute
previous: TWO_WAY_LINKED_LIST_NODE [E_]
writable attribute
next: TWO_WAY_LINKED_LIST_NODE [E_]
writable attribute
set_item (i: E_)
effective procedure
set_next (n: TWO_WAY_LINKED_LIST_NODE [E_])
effective procedure
set_all_with (v: E_)
effective procedure
set_previous (p: TWO_WAY_LINKED_LIST_NODE [E_])
effective procedure