Uses of Class
org.eclipse.collections.impl.multimap.AbstractMutableMultimap

Packages that use AbstractMutableMultimap 
Package Description
org.eclipse.collections.impl.multimap
This package contains implementations of the Multimap interface.
org.eclipse.collections.impl.multimap.bag
This package contains implementations of the BagMultimap interface.
org.eclipse.collections.impl.multimap.bag.sorted  
org.eclipse.collections.impl.multimap.bag.sorted.mutable  
org.eclipse.collections.impl.multimap.bag.strategy  
org.eclipse.collections.impl.multimap.list
This package contains implementations of the ListMultimap interface.
org.eclipse.collections.impl.multimap.set
This package contains implementations of the SetMultimap interface.
org.eclipse.collections.impl.multimap.set.sorted
This package contains implementations of the SortedSetMultimap interface.
org.eclipse.collections.impl.multimap.set.strategy
This package contains implementations of the SetMultimap interface which use a set with user-defined HashingStrategy as their underlying store for the multiple values of a given key.