class MapDatabase extends Database[Char, String, Keccak256]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MapDatabase
- Database
- Database
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MapDatabase()
Type Members
-
type
Branch = EmbeddableEthStylePMTrie.Branch[Char, String, Keccak256]
- Definition Classes
- Database
-
type
Extension = EmbeddableEthStylePMTrie.Extension[Char, String, Keccak256]
- Definition Classes
- Database
-
type
Leaf = EmbeddableEthStylePMTrie.Leaf[Char, String, Keccak256]
- Definition Classes
- Database
-
type
Node = EmbeddableEthStylePMTrie.Node[Char, String, Keccak256]
- Definition Classes
- Database
-
type
NodeSource = EmbeddableEthStylePMTrie.NodeSource[Char, String, Keccak256]
- Definition Classes
- Database
-
type
Subkey = IndexedSeq[Char]
- Definition Classes
- Database
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
Branch: EmbeddableEthStylePMTrie.Branch.type
- Definition Classes
- Database
-
val
Empty: EmbeddableEthStylePMTrie.Empty.type
- Definition Classes
- Database
-
def
EmptyHash: Keccak256
- Definition Classes
- MapDatabase → Database → Database
-
val
Extension: EmbeddableEthStylePMTrie.Extension.type
- Definition Classes
- Database
-
val
Leaf: EmbeddableEthStylePMTrie.Leaf.type
- Definition Classes
- Database
-
val
NodeSource: EmbeddableEthStylePMTrie.NodeSource.type
- Definition Classes
- Database
-
def
apply(hash: Keccak256): Node
- Definition Classes
- MapDatabase → Database → Database
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
dereference(source: NodeSource): Node
- Definition Classes
- MapDatabase → Database
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
put(hash: Keccak256, node: Node): Unit
- Definition Classes
- MapDatabase → Database → Database
-
def
reference(node: Node): NodeSource
- Definition Classes
- MapDatabase → Database
-
def
rootReference(node: Node): NodeSource
- Definition Classes
- MapDatabase → Database
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated