public interface ImmutableCharIntMap extends CharIntMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableBag<V> |
collect(IntToObjectFunction<? extends V> function) |
ImmutableCharIntMap |
newWithKeyValue(char key,
int value) |
ImmutableCharIntMap |
newWithoutAllKeys(CharIterable keys) |
ImmutableCharIntMap |
newWithoutKey(char key) |
ImmutableCharIntMap |
reject(CharIntPredicate predicate) |
ImmutableIntBag |
reject(IntPredicate predicate) |
ImmutableCharIntMap |
select(CharIntPredicate predicate) |
ImmutableIntBag |
select(IntPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableCharIntMap select(CharIntPredicate predicate)
select
in interface CharIntMap
ImmutableCharIntMap reject(CharIntPredicate predicate)
reject
in interface CharIntMap
ImmutableIntBag select(IntPredicate predicate)
select
in interface IntIterable
select
in interface IntValuesMap
ImmutableIntBag reject(IntPredicate predicate)
reject
in interface IntIterable
reject
in interface IntValuesMap
<V> ImmutableBag<V> collect(IntToObjectFunction<? extends V> function)
collect
in interface IntIterable
collect
in interface IntValuesMap
ImmutableCharIntMap newWithKeyValue(char key, int value)
ImmutableCharIntMap newWithoutKey(char key)
ImmutableCharIntMap newWithoutAllKeys(CharIterable keys)
Copyright © 2004–2016. All rights reserved.