Uses of Class
org.eclipse.collections.impl.map.mutable.AbstractMutableMap
Packages that use AbstractMutableMap
Package
Description
This package contains implementations of the
FixedSizeMap
interface.This package contains implementations of the
MutableMap
interface.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.-
Uses of AbstractMutableMap in org.eclipse.collections.impl.map.fixed
Subclasses of AbstractMutableMap in org.eclipse.collections.impl.map.fixedModifier and TypeClassDescription(package private) class
(package private) final class
DoubletonMap<K,
V> (package private) final class
EmptyMap<K,
V> (package private) final class
SingletonMap<K,
V> (package private) final class
TripletonMap<K,
V> -
Uses of AbstractMutableMap in org.eclipse.collections.impl.map.mutable
Subclasses of AbstractMutableMap in org.eclipse.collections.impl.map.mutableModifier and TypeClassDescriptionfinal class
ConcurrentHashMap<K,
V> class
final class
Deprecated.since 2.0class
MapAdapter<K,
V> This class provides a MutableMap wrapper around a JDK Collections Map interface instance.class
UnifiedMap<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 TypeClassDescriptionclass
UnifiedMapWithHashingStrategy stores key/value pairs in a single array, where alternate slots are keys and values.