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, 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, sizeImmutableObjectFloatMap<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 FloatIterableImmutableFloatCollection reject(FloatPredicate predicate)
reject in interface FloatIterable<V> ImmutableCollection<V> collect(FloatToObjectFunction<? extends V> function)
collect in interface FloatIterableImmutableObjectFloatMap<K> newWithKeyValue(K key, float value)
ImmutableObjectFloatMap<K> newWithoutKey(K key)
ImmutableObjectFloatMap<K> newWithoutAllKeys(Iterable<? extends K> keys)
Copyright © 2004–2017. All rights reserved.