Uses of Class
org.eclipse.collections.impl.multimap.ImmutableMultimapSerializationProxy
-
Packages that use ImmutableMultimapSerializationProxy Package Description 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 ImmutableMultimapSerializationProxy in org.eclipse.collections.impl.multimap.bag.sorted.immutable
Subclasses of ImmutableMultimapSerializationProxy in org.eclipse.collections.impl.multimap.bag.sorted.immutable Modifier and Type Class Description private static class
ImmutableSortedBagMultimapImpl.ImmutableSortedBagMultimapSerializationProxy<K,V>
-
Uses of ImmutableMultimapSerializationProxy in org.eclipse.collections.impl.multimap.list
Subclasses of ImmutableMultimapSerializationProxy in org.eclipse.collections.impl.multimap.list Modifier and Type Class Description static class
ImmutableListMultimapImpl.ImmutableListMultimapSerializationProxy<K,V>
-
Uses of ImmutableMultimapSerializationProxy in org.eclipse.collections.impl.multimap.set
Subclasses of ImmutableMultimapSerializationProxy in org.eclipse.collections.impl.multimap.set Modifier and Type Class Description private static class
ImmutableSetMultimapImpl.ImmutableSetMultimapSerializationProxy<K,V>
-
Uses of ImmutableMultimapSerializationProxy in org.eclipse.collections.impl.multimap.set.sorted
Subclasses of ImmutableMultimapSerializationProxy in org.eclipse.collections.impl.multimap.set.sorted Modifier and Type Class Description private static class
ImmutableSortedSetMultimapImpl.ImmutableSortedSetMultimapSerializationProxy<K,V>
-