Uses of Class
org.eclipse.collections.impl.multimap.AbstractImmutableMultimap
Packages that use AbstractImmutableMultimap
Package
Description
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.-
Uses of AbstractImmutableMultimap in org.eclipse.collections.impl.multimap.bag
Subclasses of AbstractImmutableMultimap in org.eclipse.collections.impl.multimap.bagModifier and TypeClassDescriptionfinal classThe default ImmutableBagMultimap implementation. -
Uses of AbstractImmutableMultimap in org.eclipse.collections.impl.multimap.bag.sorted.immutable
-
Uses of AbstractImmutableMultimap in org.eclipse.collections.impl.multimap.list
Subclasses of AbstractImmutableMultimap in org.eclipse.collections.impl.multimap.listModifier and TypeClassDescriptionfinal classThe default ImmutableListMultimap implementation. -
Uses of AbstractImmutableMultimap in org.eclipse.collections.impl.multimap.set
Subclasses of AbstractImmutableMultimap in org.eclipse.collections.impl.multimap.setModifier and TypeClassDescriptionfinal classThe default ImmutableBagMultimap implementation. -
Uses of AbstractImmutableMultimap in org.eclipse.collections.impl.multimap.set.sorted
Modifier and TypeClassDescriptionfinal classThe default ImmutableSortedSetMultimap implementation.