Uses of Class
org.eclipse.collections.impl.map.AbstractMapIterable
-
Packages that use AbstractMapIterable Package Description org.eclipse.collections.impl.map.fixed This package contains implementations of theFixedSizeMapinterface.org.eclipse.collections.impl.map.immutable This package contains implementations of theImmutableMapinterface.org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMapinterface.org.eclipse.collections.impl.map.ordered.immutable org.eclipse.collections.impl.map.ordered.mutable org.eclipse.collections.impl.map.sorted.immutable This package contains implementations of theMutableSortedMapinterface.org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMapinterface.org.eclipse.collections.impl.map.strategy.immutable This package contains immutable 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.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 AbstractMapIterable in org.eclipse.collections.impl.map.fixed
Subclasses of AbstractMapIterable in org.eclipse.collections.impl.map.fixed Modifier and Type Class Description (package private) classAbstractMemoryEfficientMutableMap<K,V>(package private) classDoubletonMap<K,V>(package private) classEmptyMap<K,V>(package private) classSingletonMap<K,V>(package private) classTripletonMap<K,V> -
Uses of AbstractMapIterable in org.eclipse.collections.impl.map.immutable
Subclasses of AbstractMapIterable in org.eclipse.collections.impl.map.immutable Modifier and Type Class Description classAbstractImmutableMap<K,V>(package private) classImmutableDoubletonMap<K,V>(package private) classImmutableEmptyMap<K,V>This is a zero elementImmutableMapwhich is created by calling the Maps.immutable.empty() method.(package private) classImmutableQuadrupletonMap<K,V>(package private) classImmutableSingletonMap<K,V>(package private) classImmutableTripletonMap<K,V>classImmutableUnifiedMap<K,V> -
Uses of AbstractMapIterable in org.eclipse.collections.impl.map.mutable
Subclasses of AbstractMapIterable in org.eclipse.collections.impl.map.mutable Modifier and Type Class Description classAbstractMutableMap<K,V>classAbstractMutableMapIterable<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 AbstractMapIterable in org.eclipse.collections.impl.map.ordered.immutable
Subclasses of AbstractMapIterable in org.eclipse.collections.impl.map.ordered.immutable Modifier and Type Class Description classImmutableOrderedMapAdapter<K,V> -
Uses of AbstractMapIterable in org.eclipse.collections.impl.map.ordered.mutable
Subclasses of AbstractMapIterable in org.eclipse.collections.impl.map.ordered.mutable Modifier and Type Class Description classOrderedMapAdapter<K,V> -
Uses of AbstractMapIterable in org.eclipse.collections.impl.map.sorted.immutable
Subclasses of AbstractMapIterable in org.eclipse.collections.impl.map.sorted.immutable Modifier and Type Class Description classAbstractImmutableSortedMap<K,V>(package private) classImmutableEmptySortedMap<K,V>This 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.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 AbstractMapIterable in org.eclipse.collections.impl.map.strategy.immutable
Subclasses of AbstractMapIterable in org.eclipse.collections.impl.map.strategy.immutable Modifier and Type Class Description (package private) classImmutableEmptyMapWithHashingStrategy<K,V>This is a zero elementImmutableUnifiedMapWithHashingStrategywhich is created by calling the HashingStrategyMaps.immutable.empty() method.classImmutableUnifiedMapWithHashingStrategy<K,V> -
Uses of AbstractMapIterable in org.eclipse.collections.impl.map.strategy.mutable
Subclasses of AbstractMapIterable 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.
-