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
HashingStrategy
s 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
HashingStrategy
s 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 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 AbstractMapIterable in org.eclipse.collections.impl.map.immutable
Subclasses of AbstractMapIterable in org.eclipse.collections.impl.map.immutableModifier and TypeClassDescriptionclass
AbstractImmutableMap<K,
V> (package private) final class
(package private) final class
ImmutableEmptyMap<K,
V> This is a zero elementImmutableMap
which is created by calling the Maps.immutable.empty() method.(package private) final class
(package private) final class
(package private) final class
class
ImmutableUnifiedMap<K,
V> -
Uses of AbstractMapIterable in org.eclipse.collections.impl.map.mutable
Subclasses of AbstractMapIterable in org.eclipse.collections.impl.map.mutableModifier and TypeClassDescriptionclass
AbstractMutableMap<K,
V> class
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 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 class
This is a zero elementImmutableSortedMap
which is created by calling SortedMaps.immutable.empty().class
ImmutableTreeMap<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 TypeClassDescriptionclass
class
SortedMapAdapter<K,
V> This class provides a MutableSortedMap wrapper around a JDK Collections SortedMap interface instance.class
TreeSortedMap<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 class
This is a zero elementImmutableUnifiedMapWithHashingStrategy
which 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 TypeClassDescriptionclass
UnifiedMapWithHashingStrategy stores key/value pairs in a single array, where alternate slots are keys and values.