removeChild abstract method

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

Returns the removed node with the provided part, or null.

Implementation

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