CharIntMap
, IntIterable
, IntValuesMap
, PrimitiveIterable
public interface ImmutableCharIntMap extends CharIntMap
Modifier and Type | Method | Description |
---|---|---|
<V> ImmutableBag<V> |
collect(IntToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableCharIntMap |
newWithKeyValue(char key,
int value) |
|
ImmutableCharIntMap |
newWithoutAllKeys(CharIterable keys) |
|
ImmutableCharIntMap |
newWithoutKey(char key) |
|
ImmutableCharIntMap |
reject(CharIntPredicate predicate) |
|
ImmutableIntBag |
reject(IntPredicate predicate) |
Returns a new IntIterable with all of the elements in the IntIterable that
return false for the specified predicate.
|
ImmutableCharIntMap |
select(CharIntPredicate predicate) |
|
ImmutableIntBag |
select(IntPredicate predicate) |
Returns a new IntIterable with all of the elements in the IntIterable that
return true for the specified predicate.
|
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
allSatisfy, anySatisfy, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
containsValue, forEachValue, values
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)
IntIterable
select
in interface IntIterable
select
in interface IntValuesMap
ImmutableIntBag reject(IntPredicate predicate)
IntIterable
reject
in interface IntIterable
reject
in interface IntValuesMap
<V> ImmutableBag<V> collect(IntToObjectFunction<? extends V> function)
IntIterable
collect
in interface IntIterable
collect
in interface IntValuesMap
ImmutableCharIntMap newWithKeyValue(char key, int value)
ImmutableCharIntMap newWithoutKey(char key)
ImmutableCharIntMap newWithoutAllKeys(CharIterable keys)
Copyright © 2004–2017. All rights reserved.