This TrieMap is an implementation of java.util.Map with java.lang.String as key type. The TrieMap can be used to find keys by a prefix.
What else can be done with the TrieMap: