com.mchange.sc.v1.consuela.trie

EmbeddableEthStylePMTrie

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
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EmbeddableEthStylePMTrie
  2. PMTrie
  3. Trie
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
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: 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: EmbeddableEthStylePMTrie.Branch.type

  7. val EmptyBranchChildren: IndexedSeq[Empty.type]

  8. def EmptyHash: H

    Definition Classes
    EmbeddableEthStylePMTriePMTrie
  9. val EmptySubkey: IndexedSeq[L]

  10. val Extension: EmbeddableEthStylePMTrie.Extension.type

  11. val Leaf: EmbeddableEthStylePMTrie.Leaf.type

  12. object Path

  13. val RootHash: H

    Definition Classes
    EmbeddableEthStylePMTriePMTrie
  14. lazy val RootNode: EmbeddableEthStylePMTrie.Database.Node

  15. lazy val RootSource: Product with Serializable with EmbeddableEthStylePMTrie.NodeSource[Nothing, Nothing, H] with Defaults

  16. val alphabet: IndexedSeq[L]

    Definition Classes
    EmbeddableEthStylePMTrieTrie
  17. val alphabetLen: Int

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

    Definition Classes
    EmbeddableEthStylePMTrieTrie
  19. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  20. def captureTrieDump: String

  21. def clone(): AnyRef

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

  23. def dumpTrie: Unit

  24. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  26. def excluding(key: Subkey): I

    Definition Classes
    EmbeddableEthStylePMTrieTrie
  27. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  30. def including(key: Subkey, value: V): I

    Definition Classes
    EmbeddableEthStylePMTrieTrie
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  35. def path(key: Subkey): Path

  36. def persist(updated: UpdatedPath): Option[H]

  37. val self: I

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

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

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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

Inherited from Trie[L, V, I]

Inherited from AnyRef

Inherited from Any

Ungrouped