Class

com.mchange.sc.v1.consuela.trie.EmbeddableEthStyleLowercaseTrie

MapDatabase

Related Doc: package EmbeddableEthStyleLowercaseTrie

Permalink

class MapDatabase extends Database[Char, String, Keccak256]

Linear Supertypes
Database[Char, String, Keccak256], Database[EmbeddableEthStylePMTrie.Node[Char, String, Keccak256], Keccak256], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MapDatabase
  2. Database
  3. Database
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MapDatabase()

    Permalink

Type Members

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

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

    Permalink
    Definition Classes
    Database
  3. type Leaf = EmbeddableEthStylePMTrie.Leaf[Char, String, Keccak256]

    Permalink
    Definition Classes
    Database
  4. type Node = EmbeddableEthStylePMTrie.Node[Char, String, Keccak256]

    Permalink
    Definition Classes
    Database
  5. type NodeSource = EmbeddableEthStylePMTrie.NodeSource[Char, String, Keccak256]

    Permalink
    Definition Classes
    Database
  6. type Subkey = IndexedSeq[Char]

    Permalink
    Definition Classes
    Database

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
    Definition Classes
    Database
  5. val Empty: EmbeddableEthStylePMTrie.Empty.type

    Permalink
    Definition Classes
    Database
  6. def EmptyHash: Keccak256

    Permalink
    Definition Classes
    MapDatabaseDatabaseDatabase
  7. val Extension: EmbeddableEthStylePMTrie.Extension.type

    Permalink
    Definition Classes
    Database
  8. val Leaf: EmbeddableEthStylePMTrie.Leaf.type

    Permalink
    Definition Classes
    Database
  9. val NodeSource: EmbeddableEthStylePMTrie.NodeSource.type

    Permalink
    Definition Classes
    Database
  10. def apply(hash: Keccak256): Node

    Permalink
    Definition Classes
    MapDatabaseDatabaseDatabase
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  13. def dereference(source: NodeSource): Node

    Permalink
    Definition Classes
    MapDatabaseDatabase
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def put(hash: Keccak256, node: Node): Unit

    Permalink
    Definition Classes
    MapDatabaseDatabaseDatabase
  23. def reference(node: Node): NodeSource

    Permalink
    Definition Classes
    MapDatabaseDatabase
  24. def rootReference(node: Node): NodeSource

    Permalink
    Definition Classes
    MapDatabaseDatabase
  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. 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 Database[Char, String, Keccak256]

Inherited from Database[EmbeddableEthStylePMTrie.Node[Char, String, Keccak256], Keccak256]

Inherited from AnyRef

Inherited from Any

Ungrouped