public interface ImmutableDoubleShortMap extends DoubleShortMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableBag<V> |
collect(ShortToObjectFunction<? extends V> function) |
ImmutableDoubleShortMap |
newWithKeyValue(double key,
short value) |
ImmutableDoubleShortMap |
newWithoutAllKeys(DoubleIterable keys) |
ImmutableDoubleShortMap |
newWithoutKey(double key) |
ImmutableDoubleShortMap |
reject(DoubleShortPredicate predicate) |
ImmutableShortBag |
reject(ShortPredicate predicate) |
ImmutableDoubleShortMap |
select(DoubleShortPredicate predicate) |
ImmutableShortBag |
select(ShortPredicate 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, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, shortIterator, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableDoubleShortMap select(DoubleShortPredicate predicate)
select
in interface DoubleShortMap
ImmutableDoubleShortMap reject(DoubleShortPredicate predicate)
reject
in interface DoubleShortMap
ImmutableShortBag select(ShortPredicate predicate)
select
in interface ShortIterable
select
in interface ShortValuesMap
ImmutableShortBag reject(ShortPredicate predicate)
reject
in interface ShortIterable
reject
in interface ShortValuesMap
<V> ImmutableBag<V> collect(ShortToObjectFunction<? extends V> function)
collect
in interface ShortIterable
collect
in interface ShortValuesMap
ImmutableDoubleShortMap newWithKeyValue(double key, short value)
ImmutableDoubleShortMap newWithoutKey(double key)
ImmutableDoubleShortMap newWithoutAllKeys(DoubleIterable keys)
Copyright © 2004–2016. All rights reserved.