BooleanIterable, BooleanValuesMap, CharBooleanMap, PrimitiveIterablepublic interface ImmutableCharBooleanMap extends CharBooleanMap
| Modifier and Type | Method | Description | 
|---|---|---|
| <V> ImmutableBag<V> | collect(BooleanToObjectFunction<? extends V> function) | Returns a new collection with the results of applying the specified function on each element of the source
 collection. | 
| ImmutableCharBooleanMap | newWithKeyValue(char key,
               boolean value) | |
| ImmutableCharBooleanMap | newWithoutAllKeys(CharIterable keys) | |
| ImmutableCharBooleanMap | newWithoutKey(char key) | |
| ImmutableBooleanBag | reject(BooleanPredicate predicate) | Returns a new BooleanIterable with all of the elements in the BooleanIterable that
 return false for the specified predicate. | 
| ImmutableCharBooleanMap | reject(CharBooleanPredicate predicate) | |
| ImmutableBooleanBag | select(BooleanPredicate predicate) | Returns a new BooleanIterable with all of the elements in the BooleanIterable that
 return true for the specified predicate. | 
| ImmutableCharBooleanMap | select(CharBooleanPredicate predicate) | 
allSatisfy, anySatisfy, asLazy, booleanIterator, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, noneSatisfy, reject, select, toArray, toBag, toList, toSetcontainsValue, forEachValue, valuescontainsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableCharBooleanMap select(CharBooleanPredicate predicate)
select in interface CharBooleanMapImmutableCharBooleanMap reject(CharBooleanPredicate predicate)
reject in interface CharBooleanMapImmutableBooleanBag select(BooleanPredicate predicate)
BooleanIterableselect in interface BooleanIterableselect in interface BooleanValuesMapImmutableBooleanBag reject(BooleanPredicate predicate)
BooleanIterablereject in interface BooleanIterablereject in interface BooleanValuesMap<V> ImmutableBag<V> collect(BooleanToObjectFunction<? extends V> function)
BooleanIterablecollect in interface BooleanIterablecollect in interface BooleanValuesMapImmutableCharBooleanMap newWithKeyValue(char key, boolean value)
ImmutableCharBooleanMap newWithoutKey(char key)
ImmutableCharBooleanMap newWithoutAllKeys(CharIterable keys)
Copyright © 2004–2017. All rights reserved.