public interface ImmutableIntDoubleMap extends IntDoubleMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(DoubleToObjectFunction<? extends V> function) |
ImmutableIntDoubleMap |
newWithKeyValue(int key,
double value) |
ImmutableIntDoubleMap |
newWithoutAllKeys(IntIterable keys) |
ImmutableIntDoubleMap |
newWithoutKey(int key) |
ImmutableDoubleCollection |
reject(DoublePredicate predicate) |
ImmutableIntDoubleMap |
reject(IntDoublePredicate predicate) |
ImmutableDoubleCollection |
select(DoublePredicate predicate) |
ImmutableIntDoubleMap |
select(IntDoublePredicate 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, sizeImmutableIntDoubleMap select(IntDoublePredicate predicate)
select in interface IntDoubleMapImmutableIntDoubleMap reject(IntDoublePredicate predicate)
reject in interface IntDoubleMapImmutableDoubleCollection 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 DoubleIterableImmutableIntDoubleMap newWithKeyValue(int key, double value)
ImmutableIntDoubleMap newWithoutKey(int key)
ImmutableIntDoubleMap newWithoutAllKeys(IntIterable keys)
Copyright © 2004–2017. All rights reserved.