Uses of Class
eu.bandm.tools.util.multi.HashMultimap
Packages that use HashMultimap
Package
Description
Collection types which maintain multiplicities of references.
-
Uses of HashMultimap in eu.bandm.tools.util.multi
Methods in eu.bandm.tools.util.multi that return HashMultimapModifier and TypeMethodDescriptionstatic <A,
B, C> HashMultimap <A, C> Returns a hash multimap which corresponds to the composition of the corresponding relations.Constructors in eu.bandm.tools.util.multi with parameters of type HashMultimapModifierConstructorDescriptionHashMultimap
(HashMultimap<A, B> r) Constructs a multimap which is a copy of the given multimap.