TreeMultimap is a Java class intended to take advantage of the standard Java 2 utililty class TreeMap, except it allows multiple values to be associated with a single key. All of the functionality of TreeMap works with TreeMultimap, so if you know how to use TreeMap, using TreeMultimap is nearly trivial. However, there is a tutorial available online and in the downloadable documentation in case you need some guidance.