Uses of Enum Class
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
Methods in org.eclipse.collections.impl.map.strategy.immutable that return ImmutableHashingStrategyMapFactoryImplModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ImmutableHashingStrategyMapFactoryImpl.values()Returns an array containing the constants of this enum class, in the order they are declared.