CharIterable
, ObjectCharMap<K>
, PrimitiveIterable
AbstractImmutableObjectCharMap
public 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, toSortedList
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, values
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableObjectCharMap<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)
CharIterable
select
in interface CharIterable
ImmutableCharCollection reject(CharPredicate predicate)
CharIterable
reject
in interface CharIterable
<V> ImmutableCollection<V> collect(CharToObjectFunction<? extends V> function)
CharIterable
collect
in interface CharIterable
ImmutableObjectCharMap<K> newWithKeyValue(K key, char value)
ImmutableObjectCharMap<K> newWithoutKey(K key)
ImmutableObjectCharMap<K> newWithoutAllKeys(Iterable<? extends K> keys)
Copyright © 2004–2017. All rights reserved.