class AltLowercaseTrie extends AltPMTrie[Char, String, SHA3_256, AltLowercaseTrie]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AltLowercaseTrie
- AltPMTrie
- Regular
- PMTrie
- Trie
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AltLowercaseTrie(mdb: MapDatabase = new AltLowercaseTrie.MapDatabase, r: SHA3_256 = AltLowercaseTrie.EmptyHash)
Type Members
-
type
Branch = AltPMTrie.Branch[Char, String, SHA3_256]
- Definition Classes
- AltPMTrie
-
type
Database = PMTrie.Database[AltPMTrie.Node[Char, String, SHA3_256], SHA3_256] with NodeHashing[AltPMTrie.Node[Char, String, SHA3_256], SHA3_256]
- Definition Classes
- AltPMTrie
-
type
Extension = AltPMTrie.Extension[Char, String, SHA3_256]
- Definition Classes
- AltPMTrie
-
type
Node = AltPMTrie.Node[Char, String, SHA3_256]
- Definition Classes
- AltPMTrie
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: AltPMTrie.Branch.type
- Definition Classes
- AltPMTrie
- val EmptyHash: SHA3_256
-
val
Extension: AltPMTrie.Extension.type
- Definition Classes
- AltPMTrie
- val RootHash: SHA3_256
-
val
alphabet: IndexedSeq[Char]
- Definition Classes
- AltLowercaseTrie → AltPMTrie → Trie
- def apply(key: IndexedSeq[Char]): Option[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
val
db: Database
- Definition Classes
- AltPMTrie
-
def
dumpTrie: Unit
- Definition Classes
- AltPMTrie
-
val
earlyInit: (MapDatabase, SHA3_256)
- Definition Classes
- AltLowercaseTrie → AltPMTrie
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def excluding(key: IndexedSeq[Char]): AltLowercaseTrie
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hash(node: Node): SHA3_256
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
hashTypeClassTag: ClassTag[SHA3_256]
- Definition Classes
- AltLowercaseTrie → AltPMTrie
- def including(key: IndexedSeq[Char], value: String): AltLowercaseTrie
-
def
instantiateSuccessor(newRootHash: SHA3_256): AltLowercaseTrie
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
- AltLowercaseTrie → AltPMTrie
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mdb: MapDatabase
-
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
pathAsString(key: IndexedSeq[Char]): String
- Definition Classes
- AltPMTrie
-
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
- Deprecated
(Since version ) see corresponding Javadoc for more information.