Uses of Class
org.eclipse.collections.impl.multimap.AbstractImmutableMultimap
-
Packages that use AbstractImmutableMultimap Package Description org.eclipse.collections.impl.multimap.bag This package contains implementations of theBagMultimap
interface.org.eclipse.collections.impl.multimap.bag.sorted.immutable org.eclipse.collections.impl.multimap.list This package contains implementations of theListMultimap
interface.org.eclipse.collections.impl.multimap.set This package contains implementations of theSetMultimap
interface.org.eclipse.collections.impl.multimap.set.sorted This package contains implementations of theSortedSetMultimap
interface. -
-
Uses of AbstractImmutableMultimap in org.eclipse.collections.impl.multimap.bag
Subclasses of AbstractImmutableMultimap in org.eclipse.collections.impl.multimap.bag Modifier and Type Class Description class
ImmutableBagMultimapImpl<K,V>
The default ImmutableBagMultimap implementation. -
Uses of AbstractImmutableMultimap in org.eclipse.collections.impl.multimap.bag.sorted.immutable
Subclasses of AbstractImmutableMultimap in org.eclipse.collections.impl.multimap.bag.sorted.immutable Modifier and Type Class Description class
ImmutableSortedBagMultimapImpl<K,V>
-
Uses of AbstractImmutableMultimap in org.eclipse.collections.impl.multimap.list
Subclasses of AbstractImmutableMultimap in org.eclipse.collections.impl.multimap.list Modifier and Type Class Description class
ImmutableListMultimapImpl<K,V>
The default ImmutableListMultimap implementation. -
Uses of AbstractImmutableMultimap in org.eclipse.collections.impl.multimap.set
Subclasses of AbstractImmutableMultimap in org.eclipse.collections.impl.multimap.set Modifier and Type Class Description class
ImmutableSetMultimapImpl<K,V>
The default ImmutableBagMultimap implementation. -
Uses of AbstractImmutableMultimap in org.eclipse.collections.impl.multimap.set.sorted
Subclasses of AbstractImmutableMultimap in org.eclipse.collections.impl.multimap.set.sorted Modifier and Type Class Description class
ImmutableSortedSetMultimapImpl<K,V>
The default ImmutableSortedSetMultimap implementation.
-