public interface ImmutableObjectFloatMap<K> extends ObjectFloatMap<K>
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(FloatToObjectFunction<? extends V> function) |
ImmutableObjectFloatMap<K> |
newWithKeyValue(K key,
float value) |
ImmutableObjectFloatMap<K> |
newWithoutAllKeys(Iterable<? extends K> keys) |
ImmutableObjectFloatMap<K> |
newWithoutKey(K key) |
ImmutableFloatCollection |
reject(FloatPredicate predicate) |
ImmutableObjectFloatMap<K> |
reject(ObjectFloatPredicate<? super K> predicate) |
ImmutableFloatCollection |
select(FloatPredicate predicate) |
ImmutableObjectFloatMap<K> |
select(ObjectFloatPredicate<? super K> predicate) |
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, 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
ImmutableObjectFloatMap<K> select(ObjectFloatPredicate<? super K> predicate)
select
in interface ObjectFloatMap<K>
ImmutableObjectFloatMap<K> reject(ObjectFloatPredicate<? super K> predicate)
reject
in interface ObjectFloatMap<K>
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
ImmutableObjectFloatMap<K> newWithKeyValue(K key, float value)
ImmutableObjectFloatMap<K> newWithoutKey(K key)
ImmutableObjectFloatMap<K> newWithoutAllKeys(Iterable<? extends K> keys)
Copyright © 2004–2016. All rights reserved.