CharIterable
, CharValuesMap
, FloatCharMap
, PrimitiveIterable
public interface ImmutableFloatCharMap extends FloatCharMap
Modifier and Type | Method | Description |
---|---|---|
<V> ImmutableBag<V> |
collect(CharToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableCharFloatMap |
flipUniqueValues() |
Return the CharFloatMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
ImmutableFloatCharMap |
newWithKeyValue(float key,
char value) |
|
ImmutableFloatCharMap |
newWithoutAllKeys(FloatIterable keys) |
|
ImmutableFloatCharMap |
newWithoutKey(float key) |
|
ImmutableCharBag |
reject(CharPredicate predicate) |
Returns a new CharIterable with all of the elements in the CharIterable that
return false for the specified predicate.
|
ImmutableFloatCharMap |
reject(FloatCharPredicate predicate) |
|
ImmutableCharBag |
select(CharPredicate predicate) |
Returns a new CharIterable with all of the elements in the CharIterable that
return true for the specified predicate.
|
ImmutableFloatCharMap |
select(FloatCharPredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, charIterator, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
containsValue, forEachValue, tap, values
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
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
ImmutableCharBag select(CharPredicate predicate)
CharIterable
select
in interface CharIterable
select
in interface CharValuesMap
ImmutableCharBag reject(CharPredicate predicate)
CharIterable
reject
in interface CharIterable
reject
in interface CharValuesMap
<V> ImmutableBag<V> collect(CharToObjectFunction<? extends V> function)
CharIterable
collect
in interface CharIterable
collect
in interface CharValuesMap
ImmutableFloatCharMap newWithKeyValue(float key, char value)
ImmutableFloatCharMap newWithoutKey(float key)
ImmutableFloatCharMap newWithoutAllKeys(FloatIterable keys)
ImmutableCharFloatMap flipUniqueValues()
FloatCharMap
flipUniqueValues
in interface FloatCharMap
Copyright © 2004–2019. All rights reserved.