Trait/Object

com.mchange.sc.v1.consuela.trie

EmbeddableEthStylePMTrie

Related Docs: object EmbeddableEthStylePMTrie | package trie

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. type Branch = EmbeddableEthStylePMTrie.Branch[L, V, H]

    Permalink
  2. type Database = EmbeddableEthStylePMTrie.Database[L, V, H]

    Permalink
  3. type Extension = EmbeddableEthStylePMTrie.Extension[L, V, H]

    Permalink
  4. type Leaf = EmbeddableEthStylePMTrie.Leaf[L, V, H]

    Permalink
  5. type Node = EmbeddableEthStylePMTrie.Node[L, V, H]

    Permalink
  6. type NodeSource = EmbeddableEthStylePMTrie.NodeSource[L, V, H]

    Permalink
  7. sealed trait Path extends AnyRef

    Permalink
  8. type Subkey = IndexedSeq[L]

    Permalink

Abstract Value Members

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

    Permalink

    define in an early initializer!

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

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val Branch: EmbeddableEthStylePMTrie.Branch.type

    Permalink
  5. val EmptyBranchChildren: IndexedSeq[Empty.type]

    Permalink
  6. def EmptyHash: H

    Permalink
    Definition Classes
    EmbeddableEthStylePMTriePMTrie
  7. val EmptySubkey: IndexedSeq[L]

    Permalink
  8. val Extension: EmbeddableEthStylePMTrie.Extension.type

    Permalink
  9. val Leaf: EmbeddableEthStylePMTrie.Leaf.type

    Permalink
  10. object Path

    Permalink
  11. val RootHash: H

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

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

    Permalink
  14. val alphabet: IndexedSeq[L]

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrieTrie
  15. val alphabetLen: Int

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

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

    Permalink
    Definition Classes
    Any
  18. def captureTrieDump: String

    Permalink
  19. def clone(): AnyRef

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

    Permalink
  21. def dumpTrie: Unit

    Permalink
  22. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  26. def hashCode(): Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit

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

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

    Permalink
  34. val self: I

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

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

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

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

Inherited from Trie[L, V, I]

Inherited from AnyRef

Inherited from Any

Ungrouped