addChild abstract method

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

Adds a new node with the provided part, or returns the existing one.

Implementation

TrieNode<K, P, V> addChild(P part);