com.mchange.sc.v1.consuela.trie

EmbeddableEthStyleLowercaseTrie

class EmbeddableEthStyleLowercaseTrie extends EmbeddableEthStylePMTrie[Char, String, Keccak256, EmbeddableEthStyleLowercaseTrie]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EmbeddableEthStyleLowercaseTrie
  2. EmbeddableEthStylePMTrie
  3. PMTrie
  4. Trie
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EmbeddableEthStyleLowercaseTrie(mdb: MapDatabase = ..., r: Keccak256 = ...)

Type Members

  1. type Branch = EmbeddableEthStylePMTrie.Branch[Char, String, Keccak256]

    Definition Classes
    EmbeddableEthStylePMTrie
  2. type Database = EmbeddableEthStylePMTrie.Database[Char, String, Keccak256]

    Definition Classes
    EmbeddableEthStylePMTrie
  3. type Extension = EmbeddableEthStylePMTrie.Extension[Char, String, Keccak256]

    Definition Classes
    EmbeddableEthStylePMTrie
  4. type Leaf = EmbeddableEthStylePMTrie.Leaf[Char, String, Keccak256]

    Definition Classes
    EmbeddableEthStylePMTrie
  5. type Node = EmbeddableEthStylePMTrie.Node[Char, String, Keccak256]

    Definition Classes
    EmbeddableEthStylePMTrie
  6. type NodeSource = EmbeddableEthStylePMTrie.NodeSource[Char, String, Keccak256]

    Definition Classes
    EmbeddableEthStylePMTrie
  7. sealed trait Path extends AnyRef

    Definition Classes
    EmbeddableEthStylePMTrie
  8. type Subkey = IndexedSeq[Char]

    Definition Classes
    EmbeddableEthStylePMTrie

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

    Definition Classes
    EmbeddableEthStylePMTrie
  7. val EmptyBranchChildren: IndexedSeq[Empty.type]

    Definition Classes
    EmbeddableEthStylePMTrie
  8. def EmptyHash: Keccak256

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

    Definition Classes
    EmbeddableEthStylePMTrie
  10. val Extension: EmbeddableEthStylePMTrie.Extension.type

    Definition Classes
    EmbeddableEthStylePMTrie
  11. val Leaf: EmbeddableEthStylePMTrie.Leaf.type

    Definition Classes
    EmbeddableEthStylePMTrie
  12. object Path

    Definition Classes
    EmbeddableEthStylePMTrie
  13. val RootHash: Keccak256

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

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

    Definition Classes
    EmbeddableEthStylePMTrie
  16. val alphabet: IndexedSeq[Char]

    Definition Classes
    EmbeddableEthStylePMTrieTrie
  17. val alphabetLen: Int

    Definition Classes
    EmbeddableEthStylePMTrie
  18. def apply(key: Subkey): Option[String]

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

    Definition Classes
    Any
  20. def captureTrieDump: String

    Definition Classes
    EmbeddableEthStylePMTrie
  21. def clone(): AnyRef

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

    Definition Classes
    EmbeddableEthStylePMTrie
  23. def dumpTrie: Unit

    Definition Classes
    EmbeddableEthStylePMTrie
  24. val earlyInit: EarlyInit[Char, String, Keccak256]

    define in an early initializer!

    define in an early initializer!

    Definition Classes
    EmbeddableEthStyleLowercaseTrieEmbeddableEthStylePMTrie
  25. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  27. def excluding(key: Subkey): EmbeddableEthStyleLowercaseTrie

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

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

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  30. def including(key: Subkey, value: String): EmbeddableEthStyleLowercaseTrie

    Definition Classes
    EmbeddableEthStylePMTrieTrie
  31. def instantiateSuccessor(newRootHash: Keccak256): EmbeddableEthStyleLowercaseTrie

    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.

    Definition Classes
    EmbeddableEthStyleLowercaseTrieEmbeddableEthStylePMTrie
  32. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Definition Classes
    EmbeddableEthStylePMTrie
  37. def persist(updated: UpdatedPath): Option[Keccak256]

    Definition Classes
    EmbeddableEthStylePMTrie
  38. val self: EmbeddableEthStyleLowercaseTrie

    Definition Classes
    EmbeddableEthStylePMTrie
  39. def subkeys(branch: Branch): Seq[Char]

    Definition Classes
    EmbeddableEthStylePMTrie
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    AnyRef → Any
  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( ... )
  44. 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 PMTrie[Char, String, Keccak256, EmbeddableEthStyleLowercaseTrie]

Inherited from Trie[Char, String, EmbeddableEthStyleLowercaseTrie]

Inherited from AnyRef

Inherited from Any

Ungrouped