Uses of Enum
org.eclipse.collections.impl.map.strategy.immutable.ImmutableHashingStrategyMapFactoryImpl
Packages that use ImmutableHashingStrategyMapFactoryImpl
Package
Description
This package contains immutable map implementations backed by hashtables that rely on
HashingStrategys provided by
the developer to compute the hashCode and equals for the objects stored in the map.-
Uses of ImmutableHashingStrategyMapFactoryImpl in org.eclipse.collections.impl.map.strategy.immutable
Subclasses with type arguments of type ImmutableHashingStrategyMapFactoryImpl in org.eclipse.collections.impl.map.strategy.immutableMethods in org.eclipse.collections.impl.map.strategy.immutable that return ImmutableHashingStrategyMapFactoryImplModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ImmutableHashingStrategyMapFactoryImpl.values()Returns an array containing the constants of this enum type, in the order they are declared.