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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Branch: EmbeddableEthStylePMTrie.Branch.type
    Definition Classes
    EmbeddableEthStylePMTrie
  5. val EmptyBranchChildren: IndexedSeq[Empty.type]
    Definition Classes
    EmbeddableEthStylePMTrie
  6. def EmptyHash: Keccak256
    Definition Classes
    EmbeddableEthStylePMTriePMTrie
  7. val EmptySubkey: IndexedSeq[Char]
    Definition Classes
    EmbeddableEthStylePMTrie
  8. val Extension: EmbeddableEthStylePMTrie.Extension.type
    Definition Classes
    EmbeddableEthStylePMTrie
  9. val Leaf: EmbeddableEthStylePMTrie.Leaf.type
    Definition Classes
    EmbeddableEthStylePMTrie
  10. val RootHash: Keccak256
    Definition Classes
    EmbeddableEthStylePMTriePMTrie
  11. lazy val RootNode: EmbeddableEthStylePMTrie.Database.Node
    Definition Classes
    EmbeddableEthStylePMTrie
  12. lazy val RootSource: Product with Serializable with EmbeddableEthStylePMTrie.NodeSource[Nothing, Nothing, Keccak256] with Defaults
    Definition Classes
    EmbeddableEthStylePMTrie
  13. val alphabet: IndexedSeq[Char]
    Definition Classes
    EmbeddableEthStylePMTrieTrie
  14. val alphabetLen: Int
    Definition Classes
    EmbeddableEthStylePMTrie
  15. def apply(key: Subkey): Option[String]
    Definition Classes
    EmbeddableEthStylePMTrieTrie
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def captureTrieDump: String
    Definition Classes
    EmbeddableEthStylePMTrie
  18. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  19. val db: Database
    Definition Classes
    EmbeddableEthStylePMTrie
  20. def dumpTrie: Unit
    Definition Classes
    EmbeddableEthStylePMTrie
  21. val earlyInit: EarlyInit[Char, String, Keccak256]

    define in an early initializer!

    define in an early initializer!

    Definition Classes
    EmbeddableEthStyleLowercaseTrieEmbeddableEthStylePMTrie
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def excluding(key: Subkey): EmbeddableEthStyleLowercaseTrie
    Definition Classes
    EmbeddableEthStylePMTrieTrie
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def including(key: Subkey, value: String): EmbeddableEthStyleLowercaseTrie
    Definition Classes
    EmbeddableEthStylePMTrieTrie
  28. 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
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def path(key: Subkey): Path
    Definition Classes
    EmbeddableEthStylePMTrie
  34. def persist(updated: UpdatedPath): Option[Keccak256]
    Definition Classes
    EmbeddableEthStylePMTrie
  35. val self: EmbeddableEthStyleLowercaseTrie
    Definition Classes
    EmbeddableEthStylePMTrie
  36. def subkeys(branch: Branch): Seq[Char]
    Definition Classes
    EmbeddableEthStylePMTrie
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. object Path
    Definition Classes
    EmbeddableEthStylePMTrie

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from PMTrie[Char, String, Keccak256, EmbeddableEthStyleLowercaseTrie]

Inherited from Trie[Char, String, EmbeddableEthStyleLowercaseTrie]

Inherited from AnyRef

Inherited from Any

Ungrouped