public interface ImmutableDoubleDoubleMap extends DoubleDoubleMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(DoubleToObjectFunction<? extends V> function) |
ImmutableDoubleDoubleMap |
newWithKeyValue(double key,
double value) |
ImmutableDoubleDoubleMap |
newWithoutAllKeys(DoubleIterable keys) |
ImmutableDoubleDoubleMap |
newWithoutKey(double key) |
ImmutableDoubleDoubleMap |
reject(DoubleDoublePredicate predicate) |
ImmutableDoubleCollection |
reject(DoublePredicate predicate) |
ImmutableDoubleDoubleMap |
select(DoubleDoublePredicate predicate) |
ImmutableDoubleCollection |
select(DoublePredicate 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, doubleIterator, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableDoubleDoubleMap select(DoubleDoublePredicate predicate)
select
in interface DoubleDoubleMap
ImmutableDoubleDoubleMap reject(DoubleDoublePredicate predicate)
reject
in interface DoubleDoubleMap
ImmutableDoubleCollection select(DoublePredicate predicate)
select
in interface DoubleIterable
ImmutableDoubleCollection reject(DoublePredicate predicate)
reject
in interface DoubleIterable
<V> ImmutableCollection<V> collect(DoubleToObjectFunction<? extends V> function)
collect
in interface DoubleIterable
ImmutableDoubleDoubleMap newWithKeyValue(double key, double value)
ImmutableDoubleDoubleMap newWithoutKey(double key)
ImmutableDoubleDoubleMap newWithoutAllKeys(DoubleIterable keys)
Copyright © 2004–2016. All rights reserved.