Uses of Class
org.eclipse.collections.impl.multimap.set.AbstractMutableSetMultimap
-
Packages that use AbstractMutableSetMultimap Package Description org.eclipse.collections.impl.multimap.set This package contains implementations of theSetMultimap
interface.org.eclipse.collections.impl.multimap.set.strategy This package contains implementations of theSetMultimap
interface which use a set with user-definedHashingStrategy
as their underlying store for the multiple values of a given key. -
-
Uses of AbstractMutableSetMultimap in org.eclipse.collections.impl.multimap.set
Subclasses of AbstractMutableSetMultimap in org.eclipse.collections.impl.multimap.set Modifier and Type Class Description class
MultiReaderUnifiedSetMultimap<K,V>
class
UnifiedSetMultimap<K,V>
-
Uses of AbstractMutableSetMultimap in org.eclipse.collections.impl.multimap.set.strategy
Subclasses of AbstractMutableSetMultimap in org.eclipse.collections.impl.multimap.set.strategy Modifier and Type Class Description class
UnifiedSetWithHashingStrategyMultimap<K,V>
-