Download List

專案描述

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:14
1.0.1

A fix for a bug where TreeMultimap would throw an exception when it was serialized (see the changelog for details).

2001-01-30 15:14
1.0

First public release.

Project Resources