Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategy
Packages that use ObjectShortHashMapWithHashingStrategy
Package
Description
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of ObjectShortHashMapWithHashingStrategy in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ObjectShortHashMapWithHashingStrategyModifier and TypeMethodDescriptionstatic <K> ObjectShortHashMapWithHashingStrategy<K>ObjectShortHashMapWithHashingStrategy.newMap(HashingStrategy<? super K> hashingStrategy) static <K> ObjectShortHashMapWithHashingStrategy<K>ObjectShortHashMapWithHashingStrategy.newMap(HashingStrategy<? super K> hashingStrategy, ObjectShortMap<K> map) static <K> ObjectShortHashMapWithHashingStrategy<K>ObjectShortHashMapWithHashingStrategy.newMap(ObjectShortHashMapWithHashingStrategy<K> map) static <K> ObjectShortHashMapWithHashingStrategy<K>ObjectShortHashMapWithHashingStrategy.newMapWithInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) static <K> ObjectShortHashMapWithHashingStrategy<K>ObjectShortHashMapWithHashingStrategy.newWithKeysValues(HashingStrategy<? super K> hashingStrategy, K key1, short value1) static <K> ObjectShortHashMapWithHashingStrategy<K>ObjectShortHashMapWithHashingStrategy.newWithKeysValues(HashingStrategy<? super K> hashingStrategy, K key1, short value1, K key2, short value2) static <K> ObjectShortHashMapWithHashingStrategy<K>ObjectShortHashMapWithHashingStrategy.newWithKeysValues(HashingStrategy<? super K> hashingStrategy, K key1, short value1, K key2, short value2, K key3, short value3) static <K> ObjectShortHashMapWithHashingStrategy<K>ObjectShortHashMapWithHashingStrategy.newWithKeysValues(HashingStrategy<? super K> hashingStrategy, K key1, short value1, K key2, short value2, K key3, short value3, K key4, short value4) ObjectShortHashMapWithHashingStrategy.reject(ObjectShortPredicate<? super K> predicate) ObjectShortHashMapWithHashingStrategy.select(ObjectShortPredicate<? super K> predicate) ObjectShortHashMapWithHashingStrategy.withKeysValues(K key1, short value1, K key2, short value2) ObjectShortHashMapWithHashingStrategy.withKeysValues(K key1, short value1, K key2, short value2, K key3, short value3) ObjectShortHashMapWithHashingStrategy.withKeysValues(K key1, short value1, K key2, short value2, K key3, short value3, K key4, short value4) ObjectShortHashMapWithHashingStrategy.withKeyValue(K key1, short value1) ObjectShortHashMapWithHashingStrategy.withoutAllKeys(Iterable<? extends K> keys) ObjectShortHashMapWithHashingStrategy.withoutKey(K key) Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectShortHashMapWithHashingStrategyModifier and TypeMethodDescriptionstatic <K> ObjectShortHashMapWithHashingStrategy<K>ObjectShortHashMapWithHashingStrategy.newMap(ObjectShortHashMapWithHashingStrategy<K> map)