public interface ImmutableFloatDoubleMap extends FloatDoubleMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(DoubleToObjectFunction<? extends V> function) |
ImmutableFloatDoubleMap |
newWithKeyValue(float key,
double value) |
ImmutableFloatDoubleMap |
newWithoutAllKeys(FloatIterable keys) |
ImmutableFloatDoubleMap |
newWithoutKey(float key) |
ImmutableDoubleCollection |
reject(DoublePredicate predicate) |
ImmutableFloatDoubleMap |
reject(FloatDoublePredicate predicate) |
ImmutableDoubleCollection |
select(DoublePredicate predicate) |
ImmutableFloatDoubleMap |
select(FloatDoublePredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableFloatDoubleMap select(FloatDoublePredicate predicate)
select in interface FloatDoubleMapImmutableFloatDoubleMap reject(FloatDoublePredicate predicate)
reject in interface FloatDoubleMapImmutableDoubleCollection select(DoublePredicate predicate)
select in interface DoubleIterableImmutableDoubleCollection reject(DoublePredicate predicate)
reject in interface DoubleIterable<V> ImmutableCollection<V> collect(DoubleToObjectFunction<? extends V> function)
collect in interface DoubleIterableImmutableFloatDoubleMap newWithKeyValue(float key, double value)
ImmutableFloatDoubleMap newWithoutKey(float key)
ImmutableFloatDoubleMap newWithoutAllKeys(FloatIterable keys)
Copyright © 2004–2017. All rights reserved.