DoubleFloatMap, FloatIterable, FloatValuesMap, PrimitiveIterablepublic interface ImmutableDoubleFloatMap extends DoubleFloatMap
| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableBag<V> |
collect(FloatToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableDoubleFloatMap |
newWithKeyValue(double key,
float value) |
|
ImmutableDoubleFloatMap |
newWithoutAllKeys(DoubleIterable keys) |
|
ImmutableDoubleFloatMap |
newWithoutKey(double key) |
|
ImmutableDoubleFloatMap |
reject(DoubleFloatPredicate predicate) |
|
ImmutableFloatBag |
reject(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return false for the specified predicate.
|
ImmutableDoubleFloatMap |
select(DoubleFloatPredicate predicate) |
|
ImmutableFloatBag |
select(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return true for the specified predicate.
|
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringallSatisfy, anySatisfy, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListcontainsValue, forEachValue, valuesappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableDoubleFloatMap select(DoubleFloatPredicate predicate)
select in interface DoubleFloatMapImmutableDoubleFloatMap reject(DoubleFloatPredicate predicate)
reject in interface DoubleFloatMapImmutableFloatBag select(FloatPredicate predicate)
FloatIterableselect in interface FloatIterableselect in interface FloatValuesMapImmutableFloatBag reject(FloatPredicate predicate)
FloatIterablereject in interface FloatIterablereject in interface FloatValuesMap<V> ImmutableBag<V> collect(FloatToObjectFunction<? extends V> function)
FloatIterablecollect in interface FloatIterablecollect in interface FloatValuesMapImmutableDoubleFloatMap newWithKeyValue(double key, float value)
ImmutableDoubleFloatMap newWithoutKey(double key)
ImmutableDoubleFloatMap newWithoutAllKeys(DoubleIterable keys)
Copyright © 2004–2017. All rights reserved.