Uses of Interface
org.eclipse.collections.api.factory.map.strategy.ImmutableHashingStrategyMapFactory
Packages that use ImmutableHashingStrategyMapFactory
Package
Description
This package contains static utilities for creating mutable and immutable collection factories.
This package contains immutable map implementations backed by hashtables that rely on
HashingStrategy
s provided by
the developer to compute the hashCode and equals for the objects stored in the map.-
Uses of ImmutableHashingStrategyMapFactory in org.eclipse.collections.impl.factory
Fields in org.eclipse.collections.impl.factory declared as ImmutableHashingStrategyMapFactoryModifier and TypeFieldDescriptionstatic final ImmutableHashingStrategyMapFactory
HashingStrategyMaps.immutable
-
Uses of ImmutableHashingStrategyMapFactory in org.eclipse.collections.impl.map.strategy.immutable
Classes in org.eclipse.collections.impl.map.strategy.immutable that implement ImmutableHashingStrategyMapFactory