CharIterable, ObjectCharMap<K>, PrimitiveIterableAbstractImmutableObjectCharMappublic interface ImmutableObjectCharMap<K> extends ObjectCharMap<K>
| Modifier and Type | Method | Description | 
|---|---|---|
| <V> ImmutableCollection<V> | collect(CharToObjectFunction<? extends V> function) | Returns a new collection with the results of applying the specified function on each element of the source
 collection. | 
| ImmutableObjectCharMap<K> | newWithKeyValue(K key,
               char value) | |
| ImmutableObjectCharMap<K> | newWithoutAllKeys(Iterable<? extends K> keys) | |
| ImmutableObjectCharMap<K> | newWithoutKey(K key) | |
| ImmutableCharCollection | reject(CharPredicate predicate) | Returns a new CharIterable with all of the elements in the CharIterable that
 return false for the specified predicate. | 
| ImmutableObjectCharMap<K> | reject(ObjectCharPredicate<? super K> predicate) | |
| ImmutableCharCollection | select(CharPredicate predicate) | Returns a new CharIterable with all of the elements in the CharIterable that
 return true for the specified predicate. | 
| ImmutableObjectCharMap<K> | select(ObjectCharPredicate<? super K> predicate) | 
allSatisfy, anySatisfy, asLazy, average, charIterator, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListcontainsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, valuesappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableObjectCharMap<K> select(ObjectCharPredicate<? super K> predicate)
select in interface ObjectCharMap<K>ImmutableObjectCharMap<K> reject(ObjectCharPredicate<? super K> predicate)
reject in interface ObjectCharMap<K>ImmutableCharCollection select(CharPredicate predicate)
CharIterableselect in interface CharIterableImmutableCharCollection reject(CharPredicate predicate)
CharIterablereject in interface CharIterable<V> ImmutableCollection<V> collect(CharToObjectFunction<? extends V> function)
CharIterablecollect in interface CharIterableImmutableObjectCharMap<K> newWithKeyValue(K key, char value)
ImmutableObjectCharMap<K> newWithoutKey(K key)
ImmutableObjectCharMap<K> newWithoutAllKeys(Iterable<? extends K> keys)
Copyright © 2004–2017. All rights reserved.