Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategy
| Package | Description |
|---|---|
| org.eclipse.collections.impl.map.mutable.primitive |
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 ObjectShortHashMapWithHashingStrategy Modifier and Type Method Description static <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. 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<K>ObjectShortHashMapWithHashingStrategy. reject(ObjectShortPredicate<? super K> predicate)ObjectShortHashMapWithHashingStrategy<K>ObjectShortHashMapWithHashingStrategy. select(ObjectShortPredicate<? super K> predicate)ObjectShortHashMapWithHashingStrategy<K>ObjectShortHashMapWithHashingStrategy. withKeysValues(K key1, short value1, K key2, short value2)ObjectShortHashMapWithHashingStrategy<K>ObjectShortHashMapWithHashingStrategy. withKeysValues(K key1, short value1, K key2, short value2, K key3, short value3)ObjectShortHashMapWithHashingStrategy<K>ObjectShortHashMapWithHashingStrategy. withKeysValues(K key1, short value1, K key2, short value2, K key3, short value3, K key4, short value4)ObjectShortHashMapWithHashingStrategy<K>ObjectShortHashMapWithHashingStrategy. withKeyValue(K key1, short value1)ObjectShortHashMapWithHashingStrategy<K>ObjectShortHashMapWithHashingStrategy. withoutAllKeys(Iterable<? extends K> keys)ObjectShortHashMapWithHashingStrategy<K>ObjectShortHashMapWithHashingStrategy. withoutKey(K key)Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectShortHashMapWithHashingStrategy Modifier and Type Method Description static <K> ObjectShortHashMapWithHashingStrategy<K>ObjectShortHashMapWithHashingStrategy. newMap(ObjectShortHashMapWithHashingStrategy<K> map)