trait
AltPMTrie[L, V, H, I <: AltPMTrie[L, V, H, I]] extends PMTrie[L, V, H, I] with Regular[Node[L, V, H], H]
Type Members
-
type
Branch = AltPMTrie.Branch[L, V, H]
-
type
Database = PMTrie.Database[AltPMTrie.Node[L, V, H], H] with NodeHashing[AltPMTrie.Node[L, V, H], H]
-
type
Extension = AltPMTrie.Extension[L, V, H]
-
type
Node = AltPMTrie.Node[L, V, H]
Abstract Value Members
-
abstract
val
alphabet: IndexedSeq[L]
-
abstract
val
earlyInit: (Database, H)
-
implicit abstract
val
hashTypeClassTag: ClassTag[H]
-
abstract
def
instantiateSuccessor(newRootHash: H): I
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
Branch: AltPMTrie.Branch.type
-
val
EmptyHash: H
-
val
Extension: AltPMTrie.Extension.type
-
val
RootHash: H
-
def
apply(key: IndexedSeq[L]): Option[V]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
val
db: Database
-
def
dumpTrie: Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
excluding(key: IndexedSeq[L]): I
-
final
def
getClass(): Class[_]
-
def
hash(node: Node): H
-
def
hashCode(): Int
-
def
including(key: IndexedSeq[L], value: V): I
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
pathAsString(key: IndexedSeq[L]): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
finalize(): Unit
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Ungrouped
-
type
Branch = AltPMTrie.Branch[L, V, H]
-
type
Database = PMTrie.Database[AltPMTrie.Node[L, V, H], H] with NodeHashing[AltPMTrie.Node[L, V, H], H]
-
type
Extension = AltPMTrie.Extension[L, V, H]
-
type
Node = AltPMTrie.Node[L, V, H]
-
abstract
val
alphabet: IndexedSeq[L]
-
abstract
val
earlyInit: (Database, H)
-
implicit abstract
val
hashTypeClassTag: ClassTag[H]
-
abstract
def
instantiateSuccessor(newRootHash: H): I
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
Branch: AltPMTrie.Branch.type
-
val
EmptyHash: H
-
val
Extension: AltPMTrie.Extension.type
-
val
RootHash: H
-
def
apply(key: IndexedSeq[L]): Option[V]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
val
db: Database
-
def
dumpTrie: Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
excluding(key: IndexedSeq[L]): I
-
final
def
getClass(): Class[_]
-
def
hash(node: Node): H
-
def
hashCode(): Int
-
def
including(key: IndexedSeq[L], value: V): I
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
pathAsString(key: IndexedSeq[L]): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
finalize(): Unit