| Package | Description |
|---|---|
| org.eclipse.collections.impl.map.strategy.mutable |
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. |
| Modifier and Type | Method and Description |
|---|---|
static MutableHashingStrategyMapFactoryImpl |
MutableHashingStrategyMapFactoryImpl.valueOf(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.
|
Copyright © 2004–2022. All rights reserved.