public interface ImmutableDoubleFloatMap extends DoubleFloatMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(FloatToObjectFunction<? extends V> function) |
ImmutableDoubleFloatMap |
newWithKeyValue(double key,
float value) |
ImmutableDoubleFloatMap |
newWithoutAllKeys(DoubleIterable keys) |
ImmutableDoubleFloatMap |
newWithoutKey(double key) |
ImmutableDoubleFloatMap |
reject(DoubleFloatPredicate predicate) |
ImmutableFloatCollection |
reject(FloatPredicate predicate) |
ImmutableDoubleFloatMap |
select(DoubleFloatPredicate predicate) |
ImmutableFloatCollection |
select(FloatPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableDoubleFloatMap select(DoubleFloatPredicate predicate)
select in interface DoubleFloatMapImmutableDoubleFloatMap reject(DoubleFloatPredicate predicate)
reject in interface DoubleFloatMapImmutableFloatCollection select(FloatPredicate predicate)
select in interface FloatIterableImmutableFloatCollection reject(FloatPredicate predicate)
reject in interface FloatIterable<V> ImmutableCollection<V> collect(FloatToObjectFunction<? extends V> function)
collect in interface FloatIterableImmutableDoubleFloatMap newWithKeyValue(double key, float value)
ImmutableDoubleFloatMap newWithoutKey(double key)
ImmutableDoubleFloatMap newWithoutAllKeys(DoubleIterable keys)
Copyright © 2004–2017. All rights reserved.