Uses of Class
org.eclipse.collections.impl.multimap.AbstractMutableMultimap
Packages that use AbstractMutableMultimap
Package
Description
This package contains implementations of the
Multimap interface.This package contains implementations of the
BagMultimap interface.This package contains implementations of the
ListMultimap interface.This package contains implementations of the
SetMultimap interface.This package contains implementations of the
SortedSetMultimap interface.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.-
Uses of AbstractMutableMultimap in org.eclipse.collections.impl.multimap
Subclasses of AbstractMutableMultimap in org.eclipse.collections.impl.multimapModifier and TypeClassDescriptionclassAbstractSynchronizedPutMultimap<K,V, C extends MutableCollection<V>> -
Uses of AbstractMutableMultimap in org.eclipse.collections.impl.multimap.bag
Subclasses of AbstractMutableMultimap in org.eclipse.collections.impl.multimap.bagModifier and TypeClassDescriptionclassfinal classHashBagMultimap<K,V> final classfinal classA Multimap that is optimized for parallel writes, but is not protected for concurrent reads.final classTreeBagMultimap<K,V> Deprecated.in 5.0. -
Uses of AbstractMutableMultimap in org.eclipse.collections.impl.multimap.bag.sorted
Subclasses of AbstractMutableMultimap in org.eclipse.collections.impl.multimap.bag.sorted -
Uses of AbstractMutableMultimap in org.eclipse.collections.impl.multimap.bag.sorted.mutable
-
Uses of AbstractMutableMultimap in org.eclipse.collections.impl.multimap.bag.strategy
-
Uses of AbstractMutableMultimap in org.eclipse.collections.impl.multimap.list
Subclasses of AbstractMutableMultimap in org.eclipse.collections.impl.multimap.listModifier and TypeClassDescriptionclassfinal classFastListMultimap<K,V> final classfinal classA Multimap that is optimized for parallel writes, but is not protected for concurrent reads. -
Uses of AbstractMutableMultimap in org.eclipse.collections.impl.multimap.set
Subclasses of AbstractMutableMultimap in org.eclipse.collections.impl.multimap.setModifier and TypeClassDescriptionclassfinal classfinal classA Multimap that is optimized for parallel writes, but is not protected for concurrent reads.final classUnifiedSetMultimap<K,V> -
Uses of AbstractMutableMultimap in org.eclipse.collections.impl.multimap.set.sorted
Subclasses of AbstractMutableMultimap in org.eclipse.collections.impl.multimap.set.sortedModifier and TypeClassDescriptionfinal classA Multimap that is optimized for parallel writes, but is not protected for concurrent reads.final class -
Uses of AbstractMutableMultimap in org.eclipse.collections.impl.multimap.set.strategy