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