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