FloatIterable, FloatValuesMap, LongFloatMap, PrimitiveIterablepublic 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.
|
ImmutableFloatLongMap |
flipUniqueValues() |
Return the FloatLongMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
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, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, floatIterator, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListcontainsValue, forEachValue, tap, valuescontainsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableLongFloatMap select(LongFloatPredicate predicate)
select in interface LongFloatMapImmutableLongFloatMap reject(LongFloatPredicate predicate)
reject in interface LongFloatMapImmutableFloatBag select(FloatPredicate predicate)
FloatIterableselect in interface FloatIterableselect in interface FloatValuesMapImmutableFloatBag reject(FloatPredicate predicate)
FloatIterablereject in interface FloatIterablereject in interface FloatValuesMap<V> ImmutableBag<V> collect(FloatToObjectFunction<? extends V> function)
FloatIterablecollect in interface FloatIterablecollect in interface FloatValuesMapImmutableLongFloatMap newWithKeyValue(long key, float value)
ImmutableLongFloatMap newWithoutKey(long key)
ImmutableLongFloatMap newWithoutAllKeys(LongIterable keys)
ImmutableFloatLongMap flipUniqueValues()
LongFloatMapflipUniqueValues in interface LongFloatMapCopyright © 2004–2020. All rights reserved.