Uses of Class
org.eclipse.collections.impl.map.mutable.AbstractMutableMapIterable
-
Packages that use AbstractMutableMapIterable Package Description org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMapinterface.org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMapinterface.org.eclipse.collections.impl.map.strategy.mutable This package contains mutable map implementations backed by hashtables that rely onHashingStrategys 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.mutable Modifier and Type Class Description classAbstractMutableMap<K,V>classConcurrentHashMap<K,V>classConcurrentHashMapUnsafe<K,V>classConcurrentMutableHashMap<K,V>Deprecated.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 AbstractMutableMapIterable in org.eclipse.collections.impl.map.sorted.mutable
Subclasses of AbstractMutableMapIterable in org.eclipse.collections.impl.map.sorted.mutable Modifier and Type Class Description classAbstractMutableSortedMap<K,V>classSortedMapAdapter<K,V>This class provides a MutableSortedMap wrapper around a JDK Collections SortedMap interface instance.classTreeSortedMap<K,V> -
Uses of AbstractMutableMapIterable in org.eclipse.collections.impl.map.strategy.mutable
Subclasses of AbstractMutableMapIterable in org.eclipse.collections.impl.map.strategy.mutable Modifier and Type Class Description classUnifiedMapWithHashingStrategy<K,V>UnifiedMapWithHashingStrategy stores key/value pairs in a single array, where alternate slots are keys and values.
-