public interface ImmutableObjectDoubleMap<K> extends ObjectDoubleMap<K>
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(DoubleToObjectFunction<? extends V> function) |
ImmutableObjectDoubleMap<K> |
newWithKeyValue(K key,
double value) |
ImmutableObjectDoubleMap<K> |
newWithoutAllKeys(Iterable<? extends K> keys) |
ImmutableObjectDoubleMap<K> |
newWithoutKey(K key) |
ImmutableDoubleCollection |
reject(DoublePredicate predicate) |
ImmutableObjectDoubleMap<K> |
reject(ObjectDoublePredicate<? super K> predicate) |
ImmutableDoubleCollection |
select(DoublePredicate predicate) |
ImmutableObjectDoubleMap<K> |
select(ObjectDoublePredicate<? super K> predicate) |
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableObjectDoubleMap<K> select(ObjectDoublePredicate<? super K> predicate)
select in interface ObjectDoubleMap<K>ImmutableObjectDoubleMap<K> reject(ObjectDoublePredicate<? super K> predicate)
reject in interface ObjectDoubleMap<K>ImmutableDoubleCollection 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 DoubleIterableImmutableObjectDoubleMap<K> newWithKeyValue(K key, double value)
ImmutableObjectDoubleMap<K> newWithoutKey(K key)
ImmutableObjectDoubleMap<K> newWithoutAllKeys(Iterable<? extends K> keys)
Copyright © 2004–2016. All rights reserved.