CharIterable
, CharValuesMap
, LongCharMap
, PrimitiveIterable
public interface ImmutableLongCharMap extends LongCharMap
Modifier and Type | Method | Description |
---|---|---|
<V> ImmutableBag<V> |
collect(CharToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableLongCharMap |
newWithKeyValue(long key,
char value) |
|
ImmutableLongCharMap |
newWithoutAllKeys(LongIterable keys) |
|
ImmutableLongCharMap |
newWithoutKey(long key) |
|
ImmutableCharBag |
reject(CharPredicate predicate) |
Returns a new CharIterable with all of the elements in the CharIterable that
return false for the specified predicate.
|
ImmutableLongCharMap |
reject(LongCharPredicate predicate) |
|
ImmutableCharBag |
select(CharPredicate predicate) |
Returns a new CharIterable with all of the elements in the CharIterable that
return true for the specified predicate.
|
ImmutableLongCharMap |
select(LongCharPredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, charIterator, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
containsValue, forEachValue, values
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableLongCharMap select(LongCharPredicate predicate)
select
in interface LongCharMap
ImmutableLongCharMap reject(LongCharPredicate predicate)
reject
in interface LongCharMap
ImmutableCharBag select(CharPredicate predicate)
CharIterable
select
in interface CharIterable
select
in interface CharValuesMap
ImmutableCharBag reject(CharPredicate predicate)
CharIterable
reject
in interface CharIterable
reject
in interface CharValuesMap
<V> ImmutableBag<V> collect(CharToObjectFunction<? extends V> function)
CharIterable
collect
in interface CharIterable
collect
in interface CharValuesMap
ImmutableLongCharMap newWithKeyValue(long key, char value)
ImmutableLongCharMap newWithoutKey(long key)
ImmutableLongCharMap newWithoutAllKeys(LongIterable keys)
Copyright © 2004–2017. All rights reserved.