getChild abstract method

TrieNode<K, P, V>? getChild(
  1. P part
)

Returns the node with the provided part, or null.

Implementation

TrieNode<K, P, V>? getChild(P part);