svoid test_StringTrie() { Map map = littreemap("hello" := 1, "hella" := 2); StringTrie trie = asStringTrie(map); assertEquals(map, trie.asMap()); }