com.mchange.sc.v1.consuela.trie

AltLowercaseTrie

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
Learn more about member selection
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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val Branch: AltPMTrie.Branch.type

    Definition Classes
    AltPMTrie
  7. val EmptyHash: SHA3_256

    Definition Classes
    AltPMTriePMTrie
  8. val Extension: AltPMTrie.Extension.type

    Definition Classes
    AltPMTrie
  9. val RootHash: SHA3_256

    Definition Classes
    AltPMTriePMTrie
  10. val alphabet: IndexedSeq[Char]

    Definition Classes
    AltLowercaseTrieAltPMTrieTrie
  11. def apply(key: IndexedSeq[Char]): Option[String]

    Definition Classes
    AltPMTrieTrie
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  14. val db: Database

    Definition Classes
    AltPMTrie
  15. def dumpTrie: Unit

    Definition Classes
    AltPMTrie
  16. val earlyInit: (MapDatabase, SHA3_256)

    Definition Classes
    AltLowercaseTrieAltPMTrie
  17. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  19. def excluding(key: IndexedSeq[Char]): AltLowercaseTrie

    Definition Classes
    AltPMTrieTrie
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def hash(node: Node): SHA3_256

    Definition Classes
    AltPMTrieRegular
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  23. val hashTypeClassTag: ClassTag[SHA3_256]

    Definition Classes
    AltLowercaseTrieAltPMTrie
  24. def including(key: IndexedSeq[Char], value: String): AltLowercaseTrie

    Definition Classes
    AltPMTrieTrie
  25. 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
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. val mdb: MapDatabase

  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  31. def pathAsString(key: IndexedSeq[Char]): String

    Definition Classes
    AltPMTrie
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    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 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