Uses of Package
org.eclipse.collections.impl.multimap.set

Packages that use org.eclipse.collections.impl.multimap.set 
Package Description
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.
org.eclipse.collections.impl.set.mutable
This package package contains implementations of MutableSet.
org.eclipse.collections.impl.utility
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.