Package | Description |
---|---|
org.eclipse.collections.impl.map.strategy.mutable |
This package contains mutable map implementations backed by hashtables that rely on
HashingStrategy s provided by
the developer to compute the hashCode and equals for the objects stored in the map. |
Modifier and Type | Method | 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–2019. All rights reserved.