Package org.eclipse.collections.api.factory.map.strategy
package org.eclipse.collections.api.factory.map.strategy
This package contains factory API for creating instances of maps with user defined
HashingStrategys.
This package contains 2 interfaces:
-
ImmutableMapFactory- a factory which creates instances of typeImmutableMapwith user defined hashing strategy. -
MutableMapFactory- a factory which creates instances of typeMutableMapwith user defined hashing strategy.
-
Interfaces