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 { // TODO either implement this, or find if there is an implementation I've // written elsewhere }