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