public interface ImmutableFloatCharMap extends FloatCharMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(CharToObjectFunction<? extends V> function) |
ImmutableFloatCharMap |
newWithKeyValue(float key,
char value) |
ImmutableFloatCharMap |
newWithoutAllKeys(FloatIterable keys) |
ImmutableFloatCharMap |
newWithoutKey(float key) |
ImmutableCharCollection |
reject(CharPredicate predicate) |
ImmutableFloatCharMap |
reject(FloatCharPredicate predicate) |
ImmutableCharCollection |
select(CharPredicate predicate) |
ImmutableFloatCharMap |
select(FloatCharPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableFloatCharMap select(FloatCharPredicate predicate)
select
in interface FloatCharMap
ImmutableFloatCharMap reject(FloatCharPredicate predicate)
reject
in interface FloatCharMap
ImmutableCharCollection select(CharPredicate predicate)
select
in interface CharIterable
ImmutableCharCollection reject(CharPredicate predicate)
reject
in interface CharIterable
<V> ImmutableCollection<V> collect(CharToObjectFunction<? extends V> function)
collect
in interface CharIterable
ImmutableFloatCharMap newWithKeyValue(float key, char value)
ImmutableFloatCharMap newWithoutKey(float key)
ImmutableFloatCharMap newWithoutAllKeys(FloatIterable keys)
Copyright © 2004–2016. All rights reserved.