public interface ImmutableFloatDoubleMap extends FloatDoubleMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableBag<V> |
collect(DoubleToObjectFunction<? extends V> function) |
ImmutableFloatDoubleMap |
newWithKeyValue(float key,
double value) |
ImmutableFloatDoubleMap |
newWithoutAllKeys(FloatIterable keys) |
ImmutableFloatDoubleMap |
newWithoutKey(float key) |
ImmutableDoubleBag |
reject(DoublePredicate predicate) |
ImmutableFloatDoubleMap |
reject(FloatDoublePredicate predicate) |
ImmutableDoubleBag |
select(DoublePredicate predicate) |
ImmutableFloatDoubleMap |
select(FloatDoublePredicate 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, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableFloatDoubleMap select(FloatDoublePredicate predicate)
select
in interface FloatDoubleMap
ImmutableFloatDoubleMap reject(FloatDoublePredicate predicate)
reject
in interface FloatDoubleMap
ImmutableDoubleBag select(DoublePredicate predicate)
select
in interface DoubleIterable
select
in interface DoubleValuesMap
ImmutableDoubleBag reject(DoublePredicate predicate)
reject
in interface DoubleIterable
reject
in interface DoubleValuesMap
<V> ImmutableBag<V> collect(DoubleToObjectFunction<? extends V> function)
collect
in interface DoubleIterable
collect
in interface DoubleValuesMap
ImmutableFloatDoubleMap newWithKeyValue(float key, double value)
ImmutableFloatDoubleMap newWithoutKey(float key)
ImmutableFloatDoubleMap newWithoutAllKeys(FloatIterable keys)
Copyright © 2004–2016. All rights reserved.