static <K> ObjectBooleanHashMapWithHashingStrategy<K> |
ObjectBooleanHashMapWithHashingStrategy.newMap(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy) |
static <K> ObjectBooleanHashMapWithHashingStrategy<K> |
ObjectBooleanHashMapWithHashingStrategy.newMap(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
org.eclipse.collections.api.map.primitive.ObjectBooleanMap<K> map) |
static <K> ObjectBooleanHashMapWithHashingStrategy<K> |
ObjectBooleanHashMapWithHashingStrategy.newMap(ObjectBooleanHashMapWithHashingStrategy<K> map) |
static <K> ObjectBooleanHashMapWithHashingStrategy<K> |
ObjectBooleanHashMapWithHashingStrategy.newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key,
boolean value) |
static <K> ObjectBooleanHashMapWithHashingStrategy<K> |
ObjectBooleanHashMapWithHashingStrategy.newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
boolean value1,
K key2,
boolean value2) |
static <K> ObjectBooleanHashMapWithHashingStrategy<K> |
ObjectBooleanHashMapWithHashingStrategy.newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
boolean value1,
K key2,
boolean value2,
K key3,
boolean value3) |
static <K> ObjectBooleanHashMapWithHashingStrategy<K> |
ObjectBooleanHashMapWithHashingStrategy.newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy<? super K> hashingStrategy,
K key1,
boolean value1,
K key2,
boolean value2,
K key3,
boolean value3,
K key4,
boolean value4) |
ObjectBooleanHashMapWithHashingStrategy<K> |
ObjectBooleanHashMapWithHashingStrategy.reject(org.eclipse.collections.api.block.predicate.primitive.ObjectBooleanPredicate<? super K> predicate) |
ObjectBooleanHashMapWithHashingStrategy<K> |
ObjectBooleanHashMapWithHashingStrategy.select(org.eclipse.collections.api.block.predicate.primitive.ObjectBooleanPredicate<? super K> predicate) |
ObjectBooleanHashMapWithHashingStrategy<K> |
ObjectBooleanHashMapWithHashingStrategy.withKeysValues(K key1,
boolean value1,
K key2,
boolean value2) |
ObjectBooleanHashMapWithHashingStrategy<K> |
ObjectBooleanHashMapWithHashingStrategy.withKeysValues(K key1,
boolean value1,
K key2,
boolean value2,
K key3,
boolean value3) |
ObjectBooleanHashMapWithHashingStrategy<K> |
ObjectBooleanHashMapWithHashingStrategy.withKeysValues(K key1,
boolean value1,
K key2,
boolean value2,
K key3,
boolean value3,
K key4,
boolean value4) |
ObjectBooleanHashMapWithHashingStrategy<K> |
ObjectBooleanHashMapWithHashingStrategy.withKeyValue(K key1,
boolean value1) |
ObjectBooleanHashMapWithHashingStrategy<K> |
ObjectBooleanHashMapWithHashingStrategy.withoutAllKeys(Iterable<? extends K> keys) |
ObjectBooleanHashMapWithHashingStrategy<K> |
ObjectBooleanHashMapWithHashingStrategy.withoutKey(K key) |