LisaacTM Platform

HASHED_SET_NODE


Auxilliary class to implement SET(V).
Inherit/Insert Summary
parent_any_hashed_set_node No developed.
 
Constructor Summary
create next
 
Slot Summary
item
next
The next one when some clash occurs.
set_next
make next
 

Inherit/Insert Detail

parent_any_hashed_set_node

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

Section:
Inherit

Profile:
- SelfSELFparent_any_hashed_set_node : ANY_HASHED_SET_NODE

Constructor Detail

create next

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

Section:
HASHED_SET

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

Detail slot

item

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

Section:
Public

Profile:
+ SelfSELFitem : V

next

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

Section:
Public

Profile:
+ SelfSELFnext : HASHED_SET_NODEV)

Description:
The next one when some clash occurs.

set_next

.../base/collection/low_level/hashed_set_node.li line #21

Section:
Public

Profile:
- SelfSELFset_next   n : HASHED_SET_NODEV)

make next

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

Section:
HASHED_SET

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