public interface ImmutableCharBooleanMap extends CharBooleanMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableBag<V> |
collect(BooleanToObjectFunction<? extends V> function) |
ImmutableCharBooleanMap |
newWithKeyValue(char key,
boolean value) |
ImmutableCharBooleanMap |
newWithoutAllKeys(CharIterable keys) |
ImmutableCharBooleanMap |
newWithoutKey(char key) |
ImmutableBooleanBag |
reject(BooleanPredicate predicate) |
ImmutableCharBooleanMap |
reject(CharBooleanPredicate predicate) |
ImmutableBooleanBag |
select(BooleanPredicate predicate) |
ImmutableCharBooleanMap |
select(CharBooleanPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
containsValue, forEachValue, 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
ImmutableCharBooleanMap select(CharBooleanPredicate predicate)
select
in interface CharBooleanMap
ImmutableCharBooleanMap reject(CharBooleanPredicate predicate)
reject
in interface CharBooleanMap
ImmutableBooleanBag select(BooleanPredicate predicate)
select
in interface BooleanIterable
select
in interface BooleanValuesMap
ImmutableBooleanBag reject(BooleanPredicate predicate)
reject
in interface BooleanIterable
reject
in interface BooleanValuesMap
<V> ImmutableBag<V> collect(BooleanToObjectFunction<? extends V> function)
collect
in interface BooleanIterable
collect
in interface BooleanValuesMap
ImmutableCharBooleanMap newWithKeyValue(char key, boolean value)
ImmutableCharBooleanMap newWithoutKey(char key)
ImmutableCharBooleanMap newWithoutAllKeys(CharIterable keys)
Copyright © 2004–2016. All rights reserved.