package bjc.data; /** * A map with support for multiple values per key. * * @param * The type of the keys for the map. * @param * The type of the values for the map. * * @author Ben Culkin */ public class Multimap { }