com.mchange.sc.v1.consuela.trie

EthStylePMTrie

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
Learn more about member selection
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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val Branch: EthStylePMTrie.Branch.type

  7. val Empty: EthStylePMTrie.Empty.type

  8. lazy val EmptyBranchChildren: IndexedSeq[H]

  9. val EmptyHash: H

    Definition Classes
    EthStylePMTriePMTrie
  10. val EmptySubkey: IndexedSeq[L]

  11. val Extension: EthStylePMTrie.Extension.type

  12. val Leaf: EthStylePMTrie.Leaf.type

  13. object Path

  14. val RootHash: H

    Definition Classes
    EthStylePMTriePMTrie
  15. lazy val RootNode: EthStylePMTrie.Node[L, V, H]

  16. lazy val alphabetLen: Int

  17. def apply(key: Subkey): Option[V]

    Definition Classes
    EthStylePMTrieTrie
  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  20. val db: Database

  21. def dumpTrie: Unit

  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): I

    Definition Classes
    EthStylePMTrieTrie
  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  26. def hash(node: Node): H

    Definition Classes
    EthStylePMTrieRegular
  27. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  28. def including(key: Subkey, value: V): I

    Definition Classes
    EthStylePMTrieTrie
  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
    @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  33. def path(key: Subkey): Path

  34. val self: I

  35. def subkeys(branch: Branch): Seq[L]

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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