Packages

class EmbeddableEthStyleLowercaseTrie extends EmbeddableEthStylePMTrie[Char, String, Keccak256, EmbeddableEthStyleLowercaseTrie]

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

Instance Constructors

  1. new EmbeddableEthStyleLowercaseTrie(mdb: MapDatabase = ..., r: Keccak256 = ...)

Type Members

  1. type Branch = EmbeddableEthStylePMTrie.Branch[Char, String, Keccak256]
    Definition Classes
    EmbeddableEthStylePMTrie
  2. type Database = EmbeddableEthStylePMTrie.Database[Char, String, Keccak256]
    Definition Classes
    EmbeddableEthStylePMTrie
  3. type Extension = EmbeddableEthStylePMTrie.Extension[Char, String, Keccak256]
    Definition Classes
    EmbeddableEthStylePMTrie
  4. type Leaf = EmbeddableEthStylePMTrie.Leaf[Char, String, Keccak256]
    Definition Classes
    EmbeddableEthStylePMTrie
  5. type Node = EmbeddableEthStylePMTrie.Node[Char, String, Keccak256]
    Definition Classes
    EmbeddableEthStylePMTrie
  6. type NodeSource = EmbeddableEthStylePMTrie.NodeSource[Char, String, Keccak256]
    Definition Classes
    EmbeddableEthStylePMTrie
  7. type Subkey = IndexedSeq[Char]
    Definition Classes
    EmbeddableEthStylePMTrie
  8. sealed trait Path extends AnyRef
    Definition Classes
    EmbeddableEthStylePMTrie

Value Members

  1. val Branch: EmbeddableEthStylePMTrie.Branch.type
    Definition Classes
    EmbeddableEthStylePMTrie
  2. val EmptyBranchChildren: IndexedSeq[Empty.type]
    Definition Classes
    EmbeddableEthStylePMTrie
  3. def EmptyHash: Keccak256
    Definition Classes
    EmbeddableEthStylePMTriePMTrie
  4. val EmptySubkey: IndexedSeq[Char]
    Definition Classes
    EmbeddableEthStylePMTrie
  5. val Extension: EmbeddableEthStylePMTrie.Extension.type
    Definition Classes
    EmbeddableEthStylePMTrie
  6. val Leaf: EmbeddableEthStylePMTrie.Leaf.type
    Definition Classes
    EmbeddableEthStylePMTrie
  7. val RootHash: Keccak256
    Definition Classes
    EmbeddableEthStylePMTriePMTrie
  8. lazy val RootNode: EmbeddableEthStylePMTrie.Database.Node
    Definition Classes
    EmbeddableEthStylePMTrie
  9. lazy val RootSource: Product with Serializable with EmbeddableEthStylePMTrie.NodeSource[Nothing, Nothing, Keccak256] with Defaults
    Definition Classes
    EmbeddableEthStylePMTrie
  10. val alphabet: IndexedSeq[Char]
    Definition Classes
    EmbeddableEthStylePMTrieTrie
  11. val alphabetLen: Int
    Definition Classes
    EmbeddableEthStylePMTrie
  12. def apply(key: Subkey): Option[String]
    Definition Classes
    EmbeddableEthStylePMTrieTrie
  13. def captureTrieDump: String
    Definition Classes
    EmbeddableEthStylePMTrie
  14. val db: Database
    Definition Classes
    EmbeddableEthStylePMTrie
  15. def dumpTrie: Unit
    Definition Classes
    EmbeddableEthStylePMTrie
  16. val earlyInit: EarlyInit[Char, String, Keccak256]

    define in an early initializer!

    define in an early initializer!

    Definition Classes
    EmbeddableEthStyleLowercaseTrieEmbeddableEthStylePMTrie
  17. def excluding(key: Subkey): EmbeddableEthStyleLowercaseTrie
    Definition Classes
    EmbeddableEthStylePMTrieTrie
  18. def including(key: Subkey, value: String): EmbeddableEthStyleLowercaseTrie
    Definition Classes
    EmbeddableEthStylePMTrieTrie
  19. def instantiateSuccessor(newRootHash: Keccak256): EmbeddableEthStyleLowercaseTrie

    all nodes in the updated path will already have been persisted before this method is called.

    all nodes in the updated path will already have been persisted before this method is called.

    Definition Classes
    EmbeddableEthStyleLowercaseTrieEmbeddableEthStylePMTrie
  20. def path(key: Subkey): Path
    Definition Classes
    EmbeddableEthStylePMTrie
  21. def persist(updated: UpdatedPath): Option[Keccak256]
    Definition Classes
    EmbeddableEthStylePMTrie
  22. val self: EmbeddableEthStyleLowercaseTrie
    Definition Classes
    EmbeddableEthStylePMTrie
  23. def subkeys(branch: Branch): Seq[Char]
    Definition Classes
    EmbeddableEthStylePMTrie
  24. object Path
    Definition Classes
    EmbeddableEthStylePMTrie