public interface ImmutableLongFloatMap extends LongFloatMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableBag<V> |
collect(FloatToObjectFunction<? extends V> function) |
ImmutableLongFloatMap |
newWithKeyValue(long key,
float value) |
ImmutableLongFloatMap |
newWithoutAllKeys(LongIterable keys) |
ImmutableLongFloatMap |
newWithoutKey(long key) |
ImmutableFloatBag |
reject(FloatPredicate predicate) |
ImmutableLongFloatMap |
reject(LongFloatPredicate predicate) |
ImmutableFloatBag |
select(FloatPredicate predicate) |
ImmutableLongFloatMap |
select(LongFloatPredicate 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, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableLongFloatMap select(LongFloatPredicate predicate)
select
in interface LongFloatMap
ImmutableLongFloatMap reject(LongFloatPredicate predicate)
reject
in interface LongFloatMap
ImmutableFloatBag select(FloatPredicate predicate)
select
in interface FloatIterable
select
in interface FloatValuesMap
ImmutableFloatBag reject(FloatPredicate predicate)
reject
in interface FloatIterable
reject
in interface FloatValuesMap
<V> ImmutableBag<V> collect(FloatToObjectFunction<? extends V> function)
collect
in interface FloatIterable
collect
in interface FloatValuesMap
ImmutableLongFloatMap newWithKeyValue(long key, float value)
ImmutableLongFloatMap newWithoutKey(long key)
ImmutableLongFloatMap newWithoutAllKeys(LongIterable keys)
Copyright © 2004–2016. All rights reserved.