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 theListMultimapinterface.org.eclipse.collections.impl.multimap.set This package contains implementations of theSetMultimapinterface.org.eclipse.collections.impl.multimap.set.sorted This package contains implementations of theSortedSetMultimapinterface. -
-
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 classImmutableSortedBagMultimapImpl.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 classImmutableListMultimapImpl.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 classImmutableSetMultimapImpl.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 classImmutableSortedSetMultimapImpl.ImmutableSortedSetMultimapSerializationProxy<K,V>
-