To download this program's source code, right click on the Download button below, and
click "Save Target As..." or "Save Link As...":
A class library implementation of a generic Trie. A Trie is a map for which keys are always strings, and values can be any strongly-typed object. Complete with unit tests and javadoc. Feel free to use this library in any of your own projects.