public interface ImmutableShortFloatMap extends ShortFloatMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableBag<V> |
collect(FloatToObjectFunction<? extends V> function) |
ImmutableShortFloatMap |
newWithKeyValue(short key,
float value) |
ImmutableShortFloatMap |
newWithoutAllKeys(ShortIterable keys) |
ImmutableShortFloatMap |
newWithoutKey(short key) |
ImmutableFloatBag |
reject(FloatPredicate predicate) |
ImmutableShortFloatMap |
reject(ShortFloatPredicate predicate) |
ImmutableFloatBag |
select(FloatPredicate predicate) |
ImmutableShortFloatMap |
select(ShortFloatPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
containsValue, forEachValue, 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
ImmutableShortFloatMap select(ShortFloatPredicate predicate)
select
in interface ShortFloatMap
ImmutableShortFloatMap reject(ShortFloatPredicate predicate)
reject
in interface ShortFloatMap
ImmutableFloatBag select(FloatPredicate predicate)
select
in interface FloatIterable
select
in interface FloatValuesMap
ImmutableFloatBag reject(FloatPredicate predicate)
reject
in interface FloatIterable
reject
in interface FloatValuesMap
<V> ImmutableBag<V> collect(FloatToObjectFunction<? extends V> function)
collect
in interface FloatIterable
collect
in interface FloatValuesMap
ImmutableShortFloatMap newWithKeyValue(short key, float value)
ImmutableShortFloatMap newWithoutKey(short key)
ImmutableShortFloatMap newWithoutAllKeys(ShortIterable keys)
Copyright © 2004–2016. All rights reserved.