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