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, toStringcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableCharFloatMap select(CharFloatPredicate predicate)
select in interface CharFloatMapImmutableCharFloatMap reject(CharFloatPredicate predicate)
reject in interface CharFloatMapImmutableFloatCollection select(FloatPredicate predicate)
select in interface FloatIterableImmutableFloatCollection reject(FloatPredicate predicate)
reject in interface FloatIterable<V> ImmutableCollection<V> collect(FloatToObjectFunction<? extends V> function)
collect in interface FloatIterableImmutableCharFloatMap newWithKeyValue(char key, float value)
ImmutableCharFloatMap newWithoutKey(char key)
ImmutableCharFloatMap newWithoutAllKeys(CharIterable keys)
Copyright © 2004–2017. All rights reserved.