Class HashMultimap<A,B>

All Implemented Interfaces:
Multimap<A,B>, Serializable, Iterable<Map.Entry<A,B>>, Collection<Map.Entry<A,B>>, BiPredicate<A,B>, Set<Map.Entry<A,B>>
Direct Known Subclasses:
CheckedMultimap_D, CheckedMultimap_R, CheckedMultimap_RD

public class HashMultimap<A,B> extends MapMultimap<A,B> implements Serializable
An Implementation where both directions of look-up are realized by hashing.
See Also: