Packages

trait PMTrie[L, V, H, I <: PMTrie[L, V, H, I]] extends Trie[L, V, I]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PMTrie
  2. Trie
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def EmptyHash: H
  2. abstract def RootHash: H
  3. abstract def alphabet: IndexedSeq[L]
    Definition Classes
    Trie
  4. abstract def apply(key: IndexedSeq[L]): Option[V]
    Definition Classes
    Trie
  5. abstract def excluding(key: IndexedSeq[L]): I
    Definition Classes
    Trie
  6. abstract def including(key: IndexedSeq[L], value: V): I
    Definition Classes
    Trie