public interface ImmutableCharBooleanMap extends CharBooleanMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(BooleanToObjectFunction<? extends V> function) |
ImmutableCharBooleanMap |
newWithKeyValue(char key,
boolean value) |
ImmutableCharBooleanMap |
newWithoutAllKeys(CharIterable keys) |
ImmutableCharBooleanMap |
newWithoutKey(char key) |
ImmutableBooleanCollection |
reject(BooleanPredicate predicate) |
ImmutableCharBooleanMap |
reject(CharBooleanPredicate predicate) |
ImmutableBooleanCollection |
select(BooleanPredicate predicate) |
ImmutableCharBooleanMap |
select(CharBooleanPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableCharBooleanMap select(CharBooleanPredicate predicate)
select in interface CharBooleanMapImmutableCharBooleanMap reject(CharBooleanPredicate predicate)
reject in interface CharBooleanMapImmutableBooleanCollection select(BooleanPredicate predicate)
select in interface BooleanIterableImmutableBooleanCollection reject(BooleanPredicate predicate)
reject in interface BooleanIterable<V> ImmutableCollection<V> collect(BooleanToObjectFunction<? extends V> function)
collect in interface BooleanIterableImmutableCharBooleanMap newWithKeyValue(char key, boolean value)
ImmutableCharBooleanMap newWithoutKey(char key)
ImmutableCharBooleanMap newWithoutAllKeys(CharIterable keys)
Copyright © 2004–2017. All rights reserved.