Packages

trait EthStylePMTrie[L, V, H, I <: EthStylePMTrie[L, V, H, I]] extends PMTrie[L, V, H, I] with Regular[Node[L, V, H], H]

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

Type Members

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

Abstract Value Members

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

Inherited from PMTrie[L, V, H, I]

Inherited from Trie[L, V, I]

Inherited from AnyRef

Inherited from Any

Ungrouped