Associative-Container Design
    
      - Data-Structure Genericity
- Genericity discusses generic manipulation of
      containers based on different underlying
      data structures.
- Genericity discusses generic manipulation of
      containers with different mapping semantics.
- Tree-Based
      Containers describes the design and policies of
      tree-based containers.
- Trie-Based
      Containers describes the design and policies of
      trie-based containers.
- Hash-Based
      Containers describes the design and policies of
      hash-based containers.
- List-Based
      Containers describes the design and policies of
      list-based containers with update policies.