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