DoubleShortMap
, PrimitiveIterable
, ShortIterable
, ShortValuesMap
public interface ImmutableDoubleShortMap extends DoubleShortMap
Modifier and Type | Method | Description |
---|---|---|
<V> ImmutableBag<V> |
collect(ShortToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableShortDoubleMap |
flipUniqueValues() |
Return the ShortDoubleMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
ImmutableDoubleShortMap |
newWithKeyValue(double key,
short value) |
|
ImmutableDoubleShortMap |
newWithoutAllKeys(DoubleIterable keys) |
|
ImmutableDoubleShortMap |
newWithoutKey(double key) |
|
ImmutableDoubleShortMap |
reject(DoubleShortPredicate predicate) |
|
ImmutableShortBag |
reject(ShortPredicate predicate) |
Returns a new ShortIterable with all of the elements in the ShortIterable that
return false for the specified predicate.
|
ImmutableDoubleShortMap |
select(DoubleShortPredicate predicate) |
|
ImmutableShortBag |
select(ShortPredicate predicate) |
Returns a new ShortIterable with all of the elements in the ShortIterable that
return true for the specified predicate.
|
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, select, shortIterator, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
containsValue, forEachValue, tap, values
ImmutableDoubleShortMap select(DoubleShortPredicate predicate)
select
in interface DoubleShortMap
ImmutableDoubleShortMap reject(DoubleShortPredicate predicate)
reject
in interface DoubleShortMap
ImmutableShortBag select(ShortPredicate predicate)
ShortIterable
select
in interface ShortIterable
select
in interface ShortValuesMap
ImmutableShortBag reject(ShortPredicate predicate)
ShortIterable
reject
in interface ShortIterable
reject
in interface ShortValuesMap
<V> ImmutableBag<V> collect(ShortToObjectFunction<? extends V> function)
ShortIterable
collect
in interface ShortIterable
collect
in interface ShortValuesMap
ImmutableDoubleShortMap newWithKeyValue(double key, short value)
ImmutableDoubleShortMap newWithoutKey(double key)
ImmutableDoubleShortMap newWithoutAllKeys(DoubleIterable keys)
ImmutableShortDoubleMap flipUniqueValues()
DoubleShortMap
flipUniqueValues
in interface DoubleShortMap
Copyright © 2004–2017. All rights reserved.