Uses of Class
org.eclipse.collections.impl.map.mutable.AbstractMutableMap
Packages that use AbstractMutableMap
Package
Description
This package contains implementations of the
MutableMap interface.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 AbstractMutableMap in org.eclipse.collections.impl.map.mutable
Subclasses of AbstractMutableMap in org.eclipse.collections.impl.map.mutableModifier and TypeClassDescriptionfinal classConcurrentHashMap<K,V> classfinal classDeprecated.since 2.0classMapAdapter<K,V> This class provides a MutableMap wrapper around a JDK Collections Map interface instance.classUnifiedMap<K,V> UnifiedMap stores key/value pairs in a single array, where alternate slots are keys and values. -
Uses of AbstractMutableMap in org.eclipse.collections.impl.map.strategy.mutable
Subclasses of AbstractMutableMap in org.eclipse.collections.impl.map.strategy.mutableModifier and TypeClassDescriptionclassUnifiedMapWithHashingStrategy stores key/value pairs in a single array, where alternate slots are keys and values.