Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
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.