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