FloatIterable
, FloatValuesMap
, LongFloatMap
, PrimitiveIterable
public interface ImmutableLongFloatMap extends LongFloatMap
Modifier and Type | Method | Description |
---|---|---|
<V> ImmutableBag<V> |
collect(FloatToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableLongFloatMap |
newWithKeyValue(long key,
float value) |
|
ImmutableLongFloatMap |
newWithoutAllKeys(LongIterable keys) |
|
ImmutableLongFloatMap |
newWithoutKey(long key) |
|
ImmutableFloatBag |
reject(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return false for the specified predicate.
|
ImmutableLongFloatMap |
reject(LongFloatPredicate predicate) |
|
ImmutableFloatBag |
select(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return true for the specified predicate.
|
ImmutableLongFloatMap |
select(LongFloatPredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
containsValue, forEachValue, values
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
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)
FloatIterable
select
in interface FloatIterable
select
in interface FloatValuesMap
ImmutableFloatBag reject(FloatPredicate predicate)
FloatIterable
reject
in interface FloatIterable
reject
in interface FloatValuesMap
<V> ImmutableBag<V> collect(FloatToObjectFunction<? extends V> function)
FloatIterable
collect
in interface FloatIterable
collect
in interface FloatValuesMap
ImmutableLongFloatMap newWithKeyValue(long key, float value)
ImmutableLongFloatMap newWithoutKey(long key)
ImmutableLongFloatMap newWithoutAllKeys(LongIterable keys)
Copyright © 2004–2017. All rights reserved.