public interface ImmutableObjectCharMap<K> extends ObjectCharMap<K>
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(CharToObjectFunction<? extends V> function) |
ImmutableObjectCharMap<K> |
newWithKeyValue(K key,
char value) |
ImmutableObjectCharMap<K> |
newWithoutAllKeys(Iterable<? extends K> keys) |
ImmutableObjectCharMap<K> |
newWithoutKey(K key) |
ImmutableCharCollection |
reject(CharPredicate predicate) |
ImmutableObjectCharMap<K> |
reject(ObjectCharPredicate<? super K> predicate) |
ImmutableCharCollection |
select(CharPredicate predicate) |
ImmutableObjectCharMap<K> |
select(ObjectCharPredicate<? super K> predicate) |
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
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)
select
in interface CharIterable
ImmutableCharCollection reject(CharPredicate predicate)
reject
in interface CharIterable
<V> ImmutableCollection<V> collect(CharToObjectFunction<? extends V> function)
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–2016. All rights reserved.