public interface ImmutableDoubleFloatMap extends DoubleFloatMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableBag<V> |
collect(FloatToObjectFunction<? extends V> function) |
ImmutableDoubleFloatMap |
newWithKeyValue(double key,
float value) |
ImmutableDoubleFloatMap |
newWithoutAllKeys(DoubleIterable keys) |
ImmutableDoubleFloatMap |
newWithoutKey(double key) |
ImmutableDoubleFloatMap |
reject(DoubleFloatPredicate predicate) |
ImmutableFloatBag |
reject(FloatPredicate predicate) |
ImmutableDoubleFloatMap |
select(DoubleFloatPredicate predicate) |
ImmutableFloatBag |
select(FloatPredicate 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, each, floatIterator, 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
ImmutableDoubleFloatMap select(DoubleFloatPredicate predicate)
select
in interface DoubleFloatMap
ImmutableDoubleFloatMap reject(DoubleFloatPredicate predicate)
reject
in interface DoubleFloatMap
ImmutableFloatBag select(FloatPredicate predicate)
select
in interface FloatIterable
select
in interface FloatValuesMap
ImmutableFloatBag reject(FloatPredicate predicate)
reject
in interface FloatIterable
reject
in interface FloatValuesMap
<V> ImmutableBag<V> collect(FloatToObjectFunction<? extends V> function)
collect
in interface FloatIterable
collect
in interface FloatValuesMap
ImmutableDoubleFloatMap newWithKeyValue(double key, float value)
ImmutableDoubleFloatMap newWithoutKey(double key)
ImmutableDoubleFloatMap newWithoutAllKeys(DoubleIterable keys)
Copyright © 2004–2016. All rights reserved.