Uses of Enum Class
org.eclipse.collections.impl.map.strategy.mutable.MutableHashingStrategyMapFactoryImpl
Packages that use MutableHashingStrategyMapFactoryImpl
Package
Description
This package contains mutable 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 MutableHashingStrategyMapFactoryImpl in org.eclipse.collections.impl.map.strategy.mutable
Methods in org.eclipse.collections.impl.map.strategy.mutable that return MutableHashingStrategyMapFactoryImplModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MutableHashingStrategyMapFactoryImpl[]MutableHashingStrategyMapFactoryImpl.values()Returns an array containing the constants of this enum class, in the order they are declared.