Uses of Class
org.eclipse.collections.impl.map.mutable.AbstractMutableMapIterable
Packages that use AbstractMutableMapIterable
Package
Description
This package contains implementations of the
MutableMap
interface.This package contains implementations of the
MutableSortedMap
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 AbstractMutableMapIterable in org.eclipse.collections.impl.map.mutable
Subclasses of AbstractMutableMapIterable in org.eclipse.collections.impl.map.mutableModifier and TypeClassDescriptionclass
AbstractMutableMap<K,
V> final 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 AbstractMutableMapIterable in org.eclipse.collections.impl.map.sorted.mutable
Modifier and TypeClassDescriptionclass
class
SortedMapAdapter<K,
V> This class provides a MutableSortedMap wrapper around a JDK Collections SortedMap interface instance.class
TreeSortedMap<K,
V> -
Uses of AbstractMutableMapIterable in org.eclipse.collections.impl.map.strategy.mutable
Modifier and TypeClassDescriptionclass
UnifiedMapWithHashingStrategy stores key/value pairs in a single array, where alternate slots are keys and values.