CharIterable, CharValuesMap, DoubleCharMap, PrimitiveIterablepublic interface ImmutableDoubleCharMap extends DoubleCharMap
| 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.
|
ImmutableCharDoubleMap |
flipUniqueValues() |
Return the CharDoubleMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
ImmutableDoubleCharMap |
newWithKeyValue(double key,
char value) |
|
ImmutableDoubleCharMap |
newWithoutAllKeys(DoubleIterable keys) |
|
ImmutableDoubleCharMap |
newWithoutKey(double key) |
|
ImmutableCharBag |
reject(CharPredicate predicate) |
Returns a new CharIterable with all of the elements in the CharIterable that
return false for the specified predicate.
|
ImmutableDoubleCharMap |
reject(DoubleCharPredicate predicate) |
|
ImmutableCharBag |
select(CharPredicate predicate) |
Returns a new CharIterable with all of the elements in the CharIterable that
return true for the specified predicate.
|
ImmutableDoubleCharMap |
select(DoubleCharPredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, charIterator, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListcontainsValue, forEachValue, tap, valuescontainsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableDoubleCharMap select(DoubleCharPredicate predicate)
select in interface DoubleCharMapImmutableDoubleCharMap reject(DoubleCharPredicate predicate)
reject in interface DoubleCharMapImmutableCharBag select(CharPredicate predicate)
CharIterableselect in interface CharIterableselect in interface CharValuesMapImmutableCharBag reject(CharPredicate predicate)
CharIterablereject in interface CharIterablereject in interface CharValuesMap<V> ImmutableBag<V> collect(CharToObjectFunction<? extends V> function)
CharIterablecollect in interface CharIterablecollect in interface CharValuesMapImmutableDoubleCharMap newWithKeyValue(double key, char value)
ImmutableDoubleCharMap newWithoutKey(double key)
ImmutableDoubleCharMap newWithoutAllKeys(DoubleIterable keys)
ImmutableCharDoubleMap flipUniqueValues()
DoubleCharMapflipUniqueValues in interface DoubleCharMapCopyright © 2004–2020. All rights reserved.