Packages

class AltLowercaseTrie extends AltPMTrie[Char, String, SHA3_256, AltLowercaseTrie]

Linear Supertypes
AltPMTrie[Char, String, SHA3_256, AltLowercaseTrie], Regular[AltPMTrie.Node[Char, String, SHA3_256], SHA3_256], PMTrie[Char, String, SHA3_256, AltLowercaseTrie], Trie[Char, String, AltLowercaseTrie], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AltLowercaseTrie
  2. AltPMTrie
  3. Regular
  4. PMTrie
  5. Trie
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AltLowercaseTrie(mdb: MapDatabase = new AltLowercaseTrie.MapDatabase, r: SHA3_256 = AltLowercaseTrie.EmptyHash)

Type Members

  1. type Branch = AltPMTrie.Branch[Char, String, SHA3_256]
    Definition Classes
    AltPMTrie
  2. 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
  3. type Extension = AltPMTrie.Extension[Char, String, SHA3_256]
    Definition Classes
    AltPMTrie
  4. type Node = AltPMTrie.Node[Char, String, SHA3_256]
    Definition Classes
    AltPMTrie

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Branch: AltPMTrie.Branch.type
    Definition Classes
    AltPMTrie
  5. val EmptyHash: SHA3_256
    Definition Classes
    AltPMTriePMTrie
  6. val Extension: AltPMTrie.Extension.type
    Definition Classes
    AltPMTrie
  7. val RootHash: SHA3_256
    Definition Classes
    AltPMTriePMTrie
  8. val alphabet: IndexedSeq[Char]
    Definition Classes
    AltLowercaseTrieAltPMTrieTrie
  9. def apply(key: IndexedSeq[Char]): Option[String]
    Definition Classes
    AltPMTrieTrie
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. val db: Database
    Definition Classes
    AltPMTrie
  13. def dumpTrie: Unit
    Definition Classes
    AltPMTrie
  14. val earlyInit: (MapDatabase, SHA3_256)
    Definition Classes
    AltLowercaseTrieAltPMTrie
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def excluding(key: IndexedSeq[Char]): AltLowercaseTrie
    Definition Classes
    AltPMTrieTrie
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hash(node: Node): SHA3_256
    Definition Classes
    AltPMTrieRegular
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val hashTypeClassTag: ClassTag[SHA3_256]
    Definition Classes
    AltLowercaseTrieAltPMTrie
  22. def including(key: IndexedSeq[Char], value: String): AltLowercaseTrie
    Definition Classes
    AltPMTrieTrie
  23. 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
    AltLowercaseTrieAltPMTrie
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val mdb: MapDatabase
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def pathAsString(key: IndexedSeq[Char]): String
    Definition Classes
    AltPMTrie
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AltPMTrie[Char, String, SHA3_256, AltLowercaseTrie]

Inherited from Regular[AltPMTrie.Node[Char, String, SHA3_256], SHA3_256]

Inherited from PMTrie[Char, String, SHA3_256, AltLowercaseTrie]

Inherited from Trie[Char, String, AltLowercaseTrie]

Inherited from AnyRef

Inherited from Any

Ungrouped