Uses of Class
org.eclipse.collections.impl.map.strategy.mutable.UnifiedMapWithHashingStrategy
Packages that use UnifiedMapWithHashingStrategy
Package
Description
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 UnifiedMapWithHashingStrategy in org.eclipse.collections.impl.map.strategy.immutable
Constructors in org.eclipse.collections.impl.map.strategy.immutable with parameters of type UnifiedMapWithHashingStrategyModifierConstructorDescription -
Uses of UnifiedMapWithHashingStrategy in org.eclipse.collections.impl.map.strategy.mutable
Methods in org.eclipse.collections.impl.map.strategy.mutable that return UnifiedMapWithHashingStrategyModifier and TypeMethodDescriptionUnifiedMapWithHashingStrategy.clone()static <K,V> UnifiedMapWithHashingStrategy<K, V> UnifiedMapWithHashingStrategy.newMap(HashingStrategy<? super K> hashingStrategy) static <K,V> UnifiedMapWithHashingStrategy<K, V> UnifiedMapWithHashingStrategy.newMap(HashingStrategy<? super K> hashingStrategy, int size) static <K,V> UnifiedMapWithHashingStrategy<K, V> UnifiedMapWithHashingStrategy.newMap(HashingStrategy<? super K> hashingStrategy, int size, float loadFactor) static <K,V> UnifiedMapWithHashingStrategy<K, V> UnifiedMapWithHashingStrategy.newMap(HashingStrategy<? super K> hashingStrategy, Map<? extends K, ? extends V> map) static <K,V> UnifiedMapWithHashingStrategy<K, V> UnifiedMapWithHashingStrategy.newMap(UnifiedMapWithHashingStrategy<K, V> map) static <K,V> UnifiedMapWithHashingStrategy<K, V> UnifiedMapWithHashingStrategy.newMapWith(HashingStrategy<? super K> hashingStrategy, Iterable<Pair<K, V>> inputIterable) static <K,V> UnifiedMapWithHashingStrategy<K, V> UnifiedMapWithHashingStrategy.newMapWith(HashingStrategy<? super K> hashingStrategy, Pair<K, V>... pairs) static <K,V> UnifiedMapWithHashingStrategy<K, V> UnifiedMapWithHashingStrategy.newWithKeysValues(HashingStrategy<? super K> hashingStrategy, K key, V value) static <K,V> UnifiedMapWithHashingStrategy<K, V> UnifiedMapWithHashingStrategy.newWithKeysValues(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2) static <K,V> UnifiedMapWithHashingStrategy<K, V> UnifiedMapWithHashingStrategy.newWithKeysValues(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2, K key3, V value3) static <K,V> UnifiedMapWithHashingStrategy<K, V> UnifiedMapWithHashingStrategy.newWithKeysValues(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4) UnifiedMapWithHashingStrategy.withKeysValues(K key, V value) UnifiedMapWithHashingStrategy.withKeysValues(K key1, V value1, K key2, V value2) UnifiedMapWithHashingStrategy.withKeysValues(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4) Methods in org.eclipse.collections.impl.map.strategy.mutable with parameters of type UnifiedMapWithHashingStrategyModifier and TypeMethodDescriptionstatic <K,V> UnifiedMapWithHashingStrategy<K, V> UnifiedMapWithHashingStrategy.newMap(UnifiedMapWithHashingStrategy<K, V> map)