DoubleIterable, ObjectDoubleMap<K>, PrimitiveIterableAbstractImmutableObjectDoubleMappublic 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, toSortedListcontainsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, valuesappendString, 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)
DoubleIterableselect in interface DoubleIterableImmutableDoubleCollection reject(DoublePredicate predicate)
DoubleIterablereject in interface DoubleIterabledefault ImmutableObjectDoubleMap<K> tap(DoubleProcedure procedure)
tap in interface DoubleIterabletap in interface ObjectDoubleMap<K><V> ImmutableCollection<V> collect(DoubleToObjectFunction<? extends V> function)
DoubleIterablecollect in interface DoubleIterableImmutableObjectDoubleMap<K> newWithKeyValue(K key, double value)
ImmutableObjectDoubleMap<K> newWithoutKey(K key)
ImmutableObjectDoubleMap<K> newWithoutAllKeys(java.lang.Iterable<? extends K> keys)
ImmutableDoubleObjectMap<K> flipUniqueValues()
ObjectDoubleMapflipUniqueValues in interface ObjectDoubleMap<K>Copyright © 2004–2018. All rights reserved.