public interface ImmutableShortDoubleMap extends ShortDoubleMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(DoubleToObjectFunction<? extends V> function) |
ImmutableShortDoubleMap |
newWithKeyValue(short key,
double value) |
ImmutableShortDoubleMap |
newWithoutAllKeys(ShortIterable keys) |
ImmutableShortDoubleMap |
newWithoutKey(short key) |
ImmutableDoubleCollection |
reject(DoublePredicate predicate) |
ImmutableShortDoubleMap |
reject(ShortDoublePredicate predicate) |
ImmutableDoubleCollection |
select(DoublePredicate predicate) |
ImmutableShortDoubleMap |
select(ShortDoublePredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableShortDoubleMap select(ShortDoublePredicate predicate)
select
in interface ShortDoubleMap
ImmutableShortDoubleMap reject(ShortDoublePredicate predicate)
reject
in interface ShortDoubleMap
ImmutableDoubleCollection select(DoublePredicate predicate)
select
in interface DoubleIterable
ImmutableDoubleCollection reject(DoublePredicate predicate)
reject
in interface DoubleIterable
<V> ImmutableCollection<V> collect(DoubleToObjectFunction<? extends V> function)
collect
in interface DoubleIterable
ImmutableShortDoubleMap newWithKeyValue(short key, double value)
ImmutableShortDoubleMap newWithoutKey(short key)
ImmutableShortDoubleMap newWithoutAllKeys(ShortIterable keys)
Copyright © 2004–2016. All rights reserved.