LisaacTM Platform

HASHED_DICTIONARY_NODE


Auxilliary class to implement DICTIONARY(V,K).
Inherit/Insert Summary
parent_any_hashed_dictionary_node No developed.
 
Constructor Summary
create to next
 
Slot Summary
item
key
next
The next one when some clash occurs.
set_item
set_next
make to next
 

Inherit/Insert Detail

parent_any_hashed_dictionary_node

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

Section:
Inherit

Profile:
- SelfSELFparent_any_hashed_dictionary_node : ANY_HASHED_DICTIONARY_NODE

Constructor Detail

create to next

.../base/collection/low_level/hashed_dictionary_node.li line #39

Section:
Public

Profile:
- SelfSELFcreate   i : V  to   k : K  next   n : HASHED_DICTIONARY_NODEVK) : SELF

Detail slot

item

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

Section:
Public

Profile:
+ SelfSELFitem : V

key

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

Section:
Public

Profile:
+ SelfSELFkey : K

next

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

Section:
Public

Profile:
+ SelfSELFnext : HASHED_DICTIONARY_NODEVK)

Description:
The next one when some clash occurs.

set_item

.../base/collection/low_level/hashed_dictionary_node.li line #23

Section:
Public

Profile:
- SelfSELFset_item   i : V

set_next

.../base/collection/low_level/hashed_dictionary_node.li line #31

Section:
Public

Profile:
- SelfSELFset_next   n : HASHED_DICTIONARY_NODEVK)

make to next

.../base/collection/low_level/hashed_dictionary_node.li line #47

Section:
Public

Profile:
- SelfSELFmake   i : V  to   k : K  next   n : HASHED_DICTIONARY_NODEVK)