Uses of Class
org.eclipse.collections.impl.map.AbstractMapIterable
Packages that use AbstractMapIterable
Package
Description
This package contains implementations of the
ImmutableMap interface.This package contains implementations of the
MutableMap interface.This package contains implementations of the
MutableSortedMap interface.This package contains implementations of the
MutableSortedMap interface.This package contains immutable 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.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 AbstractMapIterable in org.eclipse.collections.impl.map.immutable
Subclasses of AbstractMapIterable in org.eclipse.collections.impl.map.immutable -
Uses of AbstractMapIterable in org.eclipse.collections.impl.map.mutable
Subclasses of AbstractMapIterable in org.eclipse.collections.impl.map.mutableModifier and TypeClassDescriptionclassAbstractMutableMap<K,V> classfinal 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 AbstractMapIterable in org.eclipse.collections.impl.map.ordered.immutable
Subclasses of AbstractMapIterable in org.eclipse.collections.impl.map.ordered.immutable -
Uses of AbstractMapIterable in org.eclipse.collections.impl.map.ordered.mutable
Subclasses of AbstractMapIterable in org.eclipse.collections.impl.map.ordered.mutable -
Uses of AbstractMapIterable in org.eclipse.collections.impl.map.sorted.immutable
Subclasses of AbstractMapIterable in org.eclipse.collections.impl.map.sorted.immutable -
Uses of AbstractMapIterable in org.eclipse.collections.impl.map.sorted.mutable
Subclasses of AbstractMapIterable in org.eclipse.collections.impl.map.sorted.mutableModifier and TypeClassDescriptionclassclassSortedMapAdapter<K,V> This class provides a MutableSortedMap wrapper around a JDK Collections SortedMap interface instance.classTreeSortedMap<K,V> -
Uses of AbstractMapIterable in org.eclipse.collections.impl.map.strategy.immutable
Subclasses of AbstractMapIterable in org.eclipse.collections.impl.map.strategy.immutable -
Uses of AbstractMapIterable in org.eclipse.collections.impl.map.strategy.mutable
Subclasses of AbstractMapIterable 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.