Uses of Class
org.eclipse.collections.impl.map.AbstractMapIterable
Packages that use AbstractMapIterable
Package
Description
This package contains implementations of the
FixedSizeMap interface.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.fixed
Subclasses of AbstractMapIterable in org.eclipse.collections.impl.map.fixedModifier and TypeClassDescription(package private) class(package private) final classDoubletonMap<K,V> (package private) final classEmptyMap<K,V> (package private) final classSingletonMap<K,V> (package private) final classTripletonMap<K,V> -
Uses of AbstractMapIterable in org.eclipse.collections.impl.map.immutable
Subclasses of AbstractMapIterable in org.eclipse.collections.impl.map.immutableModifier and TypeClassDescriptionclassAbstractImmutableMap<K,V> (package private) final class(package private) final classImmutableEmptyMap<K,V> This is a zero elementImmutableMapwhich is created by calling the Maps.immutable.empty() method.(package private) final class(package private) final class(package private) final classclassImmutableUnifiedMap<K,V> -
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.immutableModifier and TypeClassDescriptionclass(package private) final classThis is a zero elementImmutableSortedMapwhich is created by calling SortedMaps.immutable.empty().classImmutableTreeMap<K,V> -
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.immutableModifier and TypeClassDescription(package private) final classThis is a zero elementImmutableUnifiedMapWithHashingStrategywhich is created by calling the HashingStrategyMaps.immutable.empty() method.class -
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.