| Class | Superclass | Slots |
| bitmap nodes shift hashcode | ||
| hashcode leaves | ||
| nodes shift hashcode | ||
| value key hashcode |
| Word | Stack effect |
| ( key hashcode node -- entry ) | |
| ( shift value key hashcode node -- node' added-leaf ) | |
| ( key hashcode node -- node' ) | |
| ( node -- ) |
| Word | Stack effect |
| ( bitmap nodes shift -- node ) | |
| ( hashcode leaves -- collision-node ) | |
| ( nodes shift -- node ) | |
| ( value key hashcode -- leaf-node ) | |
| ( nodes -- ) | |
| ( hash shift -- n ) | |
| ( shift branch value key hashcode -- node' added-leaf ) | |
| ( hash shift -- n ) | |
| ( idx seq -- seq/elt ? ) |
| Word | Stack effect |
| ( object -- ? ) | |
| ( object -- ? ) | |
| ( object -- ? ) | |
| ( object -- ? ) | |
| ( object -- ? ) |
| Vocabulary | Summary |
| persistent.hashtables.nodes.bitmap vocabulary | |
| persistent.hashtables.nodes.collision vocabulary | |
| persistent.hashtables.nodes.empty vocabulary | |
| persistent.hashtables.nodes.full vocabulary | |
| persistent.hashtables.nodes.leaf vocabulary |