public interface ImmutableIntFloatMap extends IntFloatMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(FloatToObjectFunction<? extends V> function) |
ImmutableIntFloatMap |
newWithKeyValue(int key,
float value) |
ImmutableIntFloatMap |
newWithoutAllKeys(IntIterable keys) |
ImmutableIntFloatMap |
newWithoutKey(int key) |
ImmutableFloatCollection |
reject(FloatPredicate predicate) |
ImmutableIntFloatMap |
reject(IntFloatPredicate predicate) |
ImmutableFloatCollection |
select(FloatPredicate predicate) |
ImmutableIntFloatMap |
select(IntFloatPredicate 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, toArray, toBag, toList, toSet, toSortedArray, toSortedList
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
ImmutableFloatCollection select(FloatPredicate predicate)
select
in interface FloatIterable
ImmutableFloatCollection reject(FloatPredicate predicate)
reject
in interface FloatIterable
<V> ImmutableCollection<V> collect(FloatToObjectFunction<? extends V> function)
collect
in interface FloatIterable
ImmutableIntFloatMap newWithKeyValue(int key, float value)
ImmutableIntFloatMap newWithoutKey(int key)
ImmutableIntFloatMap newWithoutAllKeys(IntIterable keys)
Copyright © 2004–2016. All rights reserved.