public interface ImmutableCharDoubleMap extends CharDoubleMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(DoubleToObjectFunction<? extends V> function) |
ImmutableCharDoubleMap |
newWithKeyValue(char key,
double value) |
ImmutableCharDoubleMap |
newWithoutAllKeys(CharIterable keys) |
ImmutableCharDoubleMap |
newWithoutKey(char key) |
ImmutableCharDoubleMap |
reject(CharDoublePredicate predicate) |
ImmutableDoubleCollection |
reject(DoublePredicate predicate) |
ImmutableCharDoubleMap |
select(CharDoublePredicate predicate) |
ImmutableDoubleCollection |
select(DoublePredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableCharDoubleMap select(CharDoublePredicate predicate)
select in interface CharDoubleMapImmutableCharDoubleMap reject(CharDoublePredicate predicate)
reject in interface CharDoubleMapImmutableDoubleCollection select(DoublePredicate predicate)
select in interface DoubleIterableImmutableDoubleCollection reject(DoublePredicate predicate)
reject in interface DoubleIterable<V> ImmutableCollection<V> collect(DoubleToObjectFunction<? extends V> function)
collect in interface DoubleIterableImmutableCharDoubleMap newWithKeyValue(char key, double value)
ImmutableCharDoubleMap newWithoutKey(char key)
ImmutableCharDoubleMap newWithoutAllKeys(CharIterable keys)
Copyright © 2004–2016. All rights reserved.