public interface ImmutableFloatFloatMap extends FloatFloatMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(FloatToObjectFunction<? extends V> function) |
ImmutableFloatFloatMap |
newWithKeyValue(float key,
float value) |
ImmutableFloatFloatMap |
newWithoutAllKeys(FloatIterable keys) |
ImmutableFloatFloatMap |
newWithoutKey(float key) |
ImmutableFloatFloatMap |
reject(FloatFloatPredicate predicate) |
ImmutableFloatCollection |
reject(FloatPredicate predicate) |
ImmutableFloatFloatMap |
select(FloatFloatPredicate predicate) |
ImmutableFloatCollection |
select(FloatPredicate 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
ImmutableFloatFloatMap select(FloatFloatPredicate predicate)
select
in interface FloatFloatMap
ImmutableFloatFloatMap reject(FloatFloatPredicate predicate)
reject
in interface FloatFloatMap
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
ImmutableFloatFloatMap newWithKeyValue(float key, float value)
ImmutableFloatFloatMap newWithoutKey(float key)
ImmutableFloatFloatMap newWithoutAllKeys(FloatIterable keys)
Copyright © 2004–2016. All rights reserved.