public interface ImmutableObjectBooleanMap<K> extends ObjectBooleanMap<K>
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(BooleanToObjectFunction<? extends V> function) |
ImmutableObjectBooleanMap<K> |
newWithKeyValue(K key,
boolean value) |
ImmutableObjectBooleanMap<K> |
newWithoutAllKeys(Iterable<? extends K> keys) |
ImmutableObjectBooleanMap<K> |
newWithoutKey(K key) |
ImmutableBooleanCollection |
reject(BooleanPredicate predicate) |
ImmutableObjectBooleanMap<K> |
reject(ObjectBooleanPredicate<? super K> predicate) |
ImmutableBooleanCollection |
select(BooleanPredicate predicate) |
ImmutableObjectBooleanMap<K> |
select(ObjectBooleanPredicate<? super K> predicate) |
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSet
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableObjectBooleanMap<K> select(ObjectBooleanPredicate<? super K> predicate)
select
in interface ObjectBooleanMap<K>
ImmutableObjectBooleanMap<K> reject(ObjectBooleanPredicate<? super K> predicate)
reject
in interface ObjectBooleanMap<K>
ImmutableBooleanCollection select(BooleanPredicate predicate)
select
in interface BooleanIterable
ImmutableBooleanCollection reject(BooleanPredicate predicate)
reject
in interface BooleanIterable
<V> ImmutableCollection<V> collect(BooleanToObjectFunction<? extends V> function)
collect
in interface BooleanIterable
ImmutableObjectBooleanMap<K> newWithKeyValue(K key, boolean value)
ImmutableObjectBooleanMap<K> newWithoutKey(K key)
ImmutableObjectBooleanMap<K> newWithoutAllKeys(Iterable<? extends K> keys)
Copyright © 2004–2016. All rights reserved.