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: 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. object Path

  11. val RootHash: H

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

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

  14. val alphabet: IndexedSeq[L]

    Definition Classes
    EmbeddableEthStylePMTrieTrie
  15. val alphabetLen: Int

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

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

    Definition Classes
    Any
  18. def captureTrieDump: String

  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @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
    EmbeddableEthStylePMTrieTrie
  25. def finalize(): Unit

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

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

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

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

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

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

  35. val self: I

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

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

    Definition Classes
    AnyRef
  38. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. 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