android-components / mozilla.components.browser.engine.system.matcher / Trie / findNode

findNode

fun findNode(string: String): Trie? (source)
fun findNode(string: ReversibleString): Trie? (source)

Finds the node corresponding to the provided string.

Parameters

string - the string to search.

Return
the corresponding node if found, otherwise null.