FloatIterable
, ObjectFloatMap<K>
, PrimitiveIterable
AbstractImmutableObjectFloatMap
public interface ImmutableObjectFloatMap<K> extends ObjectFloatMap<K>
Modifier and Type | Method | Description |
---|---|---|
<V> ImmutableCollection<V> |
collect(FloatToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableObjectFloatMap<K> |
newWithKeyValue(K key,
float value) |
|
ImmutableObjectFloatMap<K> |
newWithoutAllKeys(Iterable<? extends K> keys) |
|
ImmutableObjectFloatMap<K> |
newWithoutKey(K key) |
|
ImmutableFloatCollection |
reject(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return false for the specified predicate.
|
ImmutableObjectFloatMap<K> |
reject(ObjectFloatPredicate<? super K> predicate) |
|
ImmutableFloatCollection |
select(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return true for the specified predicate.
|
ImmutableObjectFloatMap<K> |
select(ObjectFloatPredicate<? super K> predicate) |
allSatisfy, anySatisfy, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, values
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)
FloatIterable
select
in interface FloatIterable
ImmutableFloatCollection reject(FloatPredicate predicate)
FloatIterable
reject
in interface FloatIterable
<V> ImmutableCollection<V> collect(FloatToObjectFunction<? extends V> function)
FloatIterable
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–2017. All rights reserved.