Uses of Interface
org.eclipse.collections.api.factory.map.ImmutableMapFactory
-
Packages that use ImmutableMapFactory Package Description org.eclipse.collections.api.factory org.eclipse.collections.impl.factory This package contains static utilities for creating mutable and immutable collection factories.org.eclipse.collections.impl.map.immutable This package contains implementations of theImmutableMap
interface. -
-
Uses of ImmutableMapFactory in org.eclipse.collections.api.factory
Fields in org.eclipse.collections.api.factory declared as ImmutableMapFactory Modifier and Type Field Description static ImmutableMapFactory
Maps. immutable
-
Uses of ImmutableMapFactory in org.eclipse.collections.impl.factory
Fields in org.eclipse.collections.impl.factory declared as ImmutableMapFactory Modifier and Type Field Description static ImmutableMapFactory
Maps. immutable
-
Uses of ImmutableMapFactory in org.eclipse.collections.impl.map.immutable
Classes in org.eclipse.collections.impl.map.immutable that implement ImmutableMapFactory Modifier and Type Class Description class
ImmutableMapFactoryImpl
Fields in org.eclipse.collections.impl.map.immutable declared as ImmutableMapFactory Modifier and Type Field Description static ImmutableMapFactory
ImmutableMapFactoryImpl. INSTANCE
-