Uses of Interface
org.eclipse.collections.api.multimap.set.UnsortedSetMultimap

Packages that use UnsortedSetMultimap 
Package Description
org.eclipse.collections.api.map
This package contains interfaces for map API which enhance the performance and functionality of Map
org.eclipse.collections.api.multimap.set
This package contains interfaces for SetMultimap.
org.eclipse.collections.api.set
This package contains interfaces for set API which enhance the performance and functionality of Set.
org.eclipse.collections.impl.lazy.parallel  
org.eclipse.collections.impl.lazy.parallel.set  
org.eclipse.collections.impl.multimap.set
This package contains implementations of the SetMultimap 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.