FloatIntMap
, IntIterable
, IntValuesMap
, PrimitiveIterable
public interface ImmutableFloatIntMap extends FloatIntMap
Modifier and Type | Method | Description |
---|---|---|
<V> ImmutableBag<V> |
collect(IntToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableIntFloatMap |
flipUniqueValues() |
Return the IntFloatMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
ImmutableFloatIntMap |
newWithKeyValue(float key,
int value) |
|
ImmutableFloatIntMap |
newWithoutAllKeys(FloatIterable keys) |
|
ImmutableFloatIntMap |
newWithoutKey(float key) |
|
ImmutableFloatIntMap |
reject(FloatIntPredicate predicate) |
|
ImmutableIntBag |
reject(IntPredicate predicate) |
Returns a new IntIterable with all of the elements in the IntIterable that
return false for the specified predicate.
|
ImmutableFloatIntMap |
select(FloatIntPredicate predicate) |
|
ImmutableIntBag |
select(IntPredicate predicate) |
Returns a new IntIterable with all of the elements in the IntIterable 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, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, intIterator, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
containsValue, forEachValue, tap, values
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableFloatIntMap select(FloatIntPredicate predicate)
select
in interface FloatIntMap
ImmutableFloatIntMap reject(FloatIntPredicate predicate)
reject
in interface FloatIntMap
ImmutableIntBag select(IntPredicate predicate)
IntIterable
select
in interface IntIterable
select
in interface IntValuesMap
ImmutableIntBag reject(IntPredicate predicate)
IntIterable
reject
in interface IntIterable
reject
in interface IntValuesMap
<V> ImmutableBag<V> collect(IntToObjectFunction<? extends V> function)
IntIterable
collect
in interface IntIterable
collect
in interface IntValuesMap
ImmutableFloatIntMap newWithKeyValue(float key, int value)
ImmutableFloatIntMap newWithoutKey(float key)
ImmutableFloatIntMap newWithoutAllKeys(FloatIterable keys)
ImmutableIntFloatMap flipUniqueValues()
FloatIntMap
flipUniqueValues
in interface FloatIntMap
Copyright © 2004–2017. All rights reserved.