Package org.eclipse.collections.api.factory.map
This package contains factory API for creating instances of type
MapIterable.
This package contains 3 interfaces:
-
FixedSizeMapFactory- a factory which creates instances of typeFixedSizeMap. -
ImmutableMapFactory- a factory which creates instances of typeImmutableMap. -
MutableMapFactory- a factory which creates instances of typeMutableMap.
-
Interface Summary Interface Description FixedSizeMapFactory ImmutableMapFactory MutableMapFactory