public interface ImmutableCharCharMap extends CharCharMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableBag<V> |
collect(CharToObjectFunction<? extends V> function) |
ImmutableCharCharMap |
newWithKeyValue(char key,
char value) |
ImmutableCharCharMap |
newWithoutAllKeys(CharIterable keys) |
ImmutableCharCharMap |
newWithoutKey(char key) |
ImmutableCharCharMap |
reject(CharCharPredicate predicate) |
ImmutableCharBag |
reject(CharPredicate predicate) |
ImmutableCharCharMap |
select(CharCharPredicate predicate) |
ImmutableCharBag |
select(CharPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
containsValue, forEachValue, values
allSatisfy, 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, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableCharCharMap select(CharCharPredicate predicate)
select
in interface CharCharMap
ImmutableCharCharMap reject(CharCharPredicate predicate)
reject
in interface CharCharMap
ImmutableCharBag select(CharPredicate predicate)
select
in interface CharIterable
select
in interface CharValuesMap
ImmutableCharBag reject(CharPredicate predicate)
reject
in interface CharIterable
reject
in interface CharValuesMap
<V> ImmutableBag<V> collect(CharToObjectFunction<? extends V> function)
collect
in interface CharIterable
collect
in interface CharValuesMap
ImmutableCharCharMap newWithKeyValue(char key, char value)
ImmutableCharCharMap newWithoutKey(char key)
ImmutableCharCharMap newWithoutAllKeys(CharIterable keys)
Copyright © 2004–2016. All rights reserved.