public interface ImmutableDoubleIntMap extends DoubleIntMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(IntToObjectFunction<? extends V> function) |
ImmutableDoubleIntMap |
newWithKeyValue(double key,
int value) |
ImmutableDoubleIntMap |
newWithoutAllKeys(DoubleIterable keys) |
ImmutableDoubleIntMap |
newWithoutKey(double key) |
ImmutableDoubleIntMap |
reject(DoubleIntPredicate predicate) |
ImmutableIntCollection |
reject(IntPredicate predicate) |
ImmutableDoubleIntMap |
select(DoubleIntPredicate predicate) |
ImmutableIntCollection |
select(IntPredicate 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, forEach, injectInto, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableDoubleIntMap select(DoubleIntPredicate predicate)
select in interface DoubleIntMapImmutableDoubleIntMap reject(DoubleIntPredicate predicate)
reject in interface DoubleIntMapImmutableIntCollection select(IntPredicate predicate)
select in interface IntIterableImmutableIntCollection reject(IntPredicate predicate)
reject in interface IntIterable<V> ImmutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect in interface IntIterableImmutableDoubleIntMap newWithKeyValue(double key, int value)
ImmutableDoubleIntMap newWithoutKey(double key)
ImmutableDoubleIntMap newWithoutAllKeys(DoubleIterable keys)
Copyright © 2004–2016. All rights reserved.