FloatIterable
, FloatValuesMap
, IntFloatMap
, PrimitiveIterable
public interface ImmutableIntFloatMap extends IntFloatMap
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.
|
ImmutableFloatIntMap |
flipUniqueValues() |
Return the FloatIntMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
ImmutableIntFloatMap |
newWithKeyValue(int key,
float value) |
|
ImmutableIntFloatMap |
newWithoutAllKeys(IntIterable keys) |
|
ImmutableIntFloatMap |
newWithoutKey(int key) |
|
ImmutableFloatBag |
reject(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return false for the specified predicate.
|
ImmutableIntFloatMap |
reject(IntFloatPredicate predicate) |
|
ImmutableFloatBag |
select(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return true for the specified predicate.
|
ImmutableIntFloatMap |
select(IntFloatPredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, 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, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
containsValue, forEachValue, tap, values
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableIntFloatMap select(IntFloatPredicate predicate)
select
in interface IntFloatMap
ImmutableIntFloatMap reject(IntFloatPredicate predicate)
reject
in interface IntFloatMap
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
ImmutableIntFloatMap newWithKeyValue(int key, float value)
ImmutableIntFloatMap newWithoutKey(int key)
ImmutableIntFloatMap newWithoutAllKeys(IntIterable keys)
ImmutableFloatIntMap flipUniqueValues()
IntFloatMap
flipUniqueValues
in interface IntFloatMap
Copyright © 2004–2018. All rights reserved.