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