DoubleIterable
, ObjectDoubleMap<K>
, PrimitiveIterable
AbstractImmutableObjectDoubleMap
public interface ImmutableObjectDoubleMap<K> extends ObjectDoubleMap<K>
Modifier and Type | Method | Description |
---|---|---|
<V> ImmutableCollection<V> |
collect(DoubleToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableDoubleObjectMap<K> |
flipUniqueValues() |
Return the DoubleObjectMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
ImmutableObjectDoubleMap<K> |
newWithKeyValue(K key,
double value) |
|
ImmutableObjectDoubleMap<K> |
newWithoutAllKeys(java.lang.Iterable<? extends K> keys) |
|
ImmutableObjectDoubleMap<K> |
newWithoutKey(K key) |
|
ImmutableDoubleCollection |
reject(DoublePredicate predicate) |
Returns a new DoubleIterable with all of the elements in the DoubleIterable that
return false for the specified predicate.
|
ImmutableObjectDoubleMap<K> |
reject(ObjectDoublePredicate<? super K> predicate) |
|
ImmutableDoubleCollection |
select(DoublePredicate predicate) |
Returns a new DoubleIterable with all of the elements in the DoubleIterable that
return true for the specified predicate.
|
ImmutableObjectDoubleMap<K> |
select(ObjectDoublePredicate<? super K> predicate) |
|
default ImmutableObjectDoubleMap<K> |
tap(DoubleProcedure procedure) |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, values
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableObjectDoubleMap<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)
DoubleIterable
select
in interface DoubleIterable
ImmutableDoubleCollection reject(DoublePredicate predicate)
DoubleIterable
reject
in interface DoubleIterable
default ImmutableObjectDoubleMap<K> tap(DoubleProcedure procedure)
tap
in interface DoubleIterable
tap
in interface ObjectDoubleMap<K>
<V> ImmutableCollection<V> collect(DoubleToObjectFunction<? extends V> function)
DoubleIterable
collect
in interface DoubleIterable
ImmutableObjectDoubleMap<K> newWithKeyValue(K key, double value)
ImmutableObjectDoubleMap<K> newWithoutKey(K key)
ImmutableObjectDoubleMap<K> newWithoutAllKeys(java.lang.Iterable<? extends K> keys)
ImmutableDoubleObjectMap<K> flipUniqueValues()
ObjectDoubleMap
flipUniqueValues
in interface ObjectDoubleMap<K>
Copyright © 2004–2018. All rights reserved.