Uses of Class
org.eclipse.collections.impl.map.strategy.mutable.MutableHashingStrategyMapFactoryImpl
-
Packages that use MutableHashingStrategyMapFactoryImpl Package Description org.eclipse.collections.impl.map.strategy.mutable This package contains mutable map implementations backed by hashtables that rely onHashingStrategy
s 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 MutableHashingStrategyMapFactoryImpl Modifier and Type Method Description static MutableHashingStrategyMapFactoryImpl
MutableHashingStrategyMapFactoryImpl. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MutableHashingStrategyMapFactoryImpl[]
MutableHashingStrategyMapFactoryImpl. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-