public interface ImmutableCharCharMap extends CharCharMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(CharToObjectFunction<? extends V> function) |
ImmutableCharCharMap |
newWithKeyValue(char key,
char value) |
ImmutableCharCharMap |
newWithoutAllKeys(CharIterable keys) |
ImmutableCharCharMap |
newWithoutKey(char key) |
ImmutableCharCharMap |
reject(CharCharPredicate predicate) |
ImmutableCharCollection |
reject(CharPredicate predicate) |
ImmutableCharCharMap |
select(CharCharPredicate predicate) |
ImmutableCharCollection |
select(CharPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableCharCharMap select(CharCharPredicate predicate)
select in interface CharCharMapImmutableCharCharMap reject(CharCharPredicate predicate)
reject in interface CharCharMapImmutableCharCollection 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 CharIterableImmutableCharCharMap newWithKeyValue(char key, char value)
ImmutableCharCharMap newWithoutKey(char key)
ImmutableCharCharMap newWithoutAllKeys(CharIterable keys)
Copyright © 2004–2017. All rights reserved.