fromStringMap

fun <V> fromStringMap(map: Map<String, V>): PrefixTree<Int, V>

Create a PrefixTree from the given map.

Return

The resultant prefix tree.

Parameters

map

The map to convert.