Packages

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

Linear Supertypes
PMTrie[L, V, H, I], Trie[L, V, I], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EmbeddableEthStylePMTrie
  2. PMTrie
  3. Trie
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Branch = EmbeddableEthStylePMTrie.Branch[L, V, H]
  2. type Database = EmbeddableEthStylePMTrie.Database[L, V, H]
  3. type Extension = EmbeddableEthStylePMTrie.Extension[L, V, H]
  4. type Leaf = EmbeddableEthStylePMTrie.Leaf[L, V, H]
  5. type Node = EmbeddableEthStylePMTrie.Node[L, V, H]
  6. type NodeSource = EmbeddableEthStylePMTrie.NodeSource[L, V, H]
  7. sealed trait Path extends AnyRef
  8. type Subkey = IndexedSeq[L]

Abstract Value Members

  1. abstract val earlyInit: EarlyInit[L, V, H]

    define in an early initializer!

  2. abstract def instantiateSuccessor(newRootHash: H): I

    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.

    Attributes
    protected

Concrete 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
  5. val EmptyBranchChildren: IndexedSeq[Empty.type]
  6. def EmptyHash: H
    Definition Classes
    EmbeddableEthStylePMTriePMTrie
  7. val EmptySubkey: IndexedSeq[L]
  8. val Extension: EmbeddableEthStylePMTrie.Extension.type
  9. val Leaf: EmbeddableEthStylePMTrie.Leaf.type
  10. val RootHash: H
    Definition Classes
    EmbeddableEthStylePMTriePMTrie
  11. lazy val RootNode: EmbeddableEthStylePMTrie.Database.Node
  12. lazy val RootSource: Product with Serializable with EmbeddableEthStylePMTrie.NodeSource[Nothing, Nothing, H] with Defaults
  13. val alphabet: IndexedSeq[L]
    Definition Classes
    EmbeddableEthStylePMTrieTrie
  14. val alphabetLen: Int
  15. def apply(key: Subkey): Option[V]
    Definition Classes
    EmbeddableEthStylePMTrieTrie
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def captureTrieDump: String
  18. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  19. val db: Database
  20. def dumpTrie: Unit
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def excluding(key: Subkey): I
    Definition Classes
    EmbeddableEthStylePMTrieTrie
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def including(key: Subkey, value: V): I
    Definition Classes
    EmbeddableEthStylePMTrieTrie
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def path(key: Subkey): Path
  32. def persist(updated: UpdatedPath): Option[H]
  33. val self: I
  34. def subkeys(branch: Branch): Seq[L]
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. object Path

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[L, V, H, I]

Inherited from Trie[L, V, I]

Inherited from AnyRef

Inherited from Any

Ungrouped