PrefixTree

constructor(mapFactory: () -> MutableMap<K, PrefixTree<K, V>> = { mutableMapOf() })