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, valuesallSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, 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)
select in interface CharIterableImmutableCharCollection reject(CharPredicate predicate)
reject in interface CharIterable<V> ImmutableCollection<V> collect(CharToObjectFunction<? extends V> function)
collect in interface CharIterableImmutableObjectCharMap<K> newWithKeyValue(K key, char value)
ImmutableObjectCharMap<K> newWithoutKey(K key)
ImmutableObjectCharMap<K> newWithoutAllKeys(Iterable<? extends K> keys)
Copyright © 2004–2016. All rights reserved.