FloatIterable, FloatValuesMap, PrimitiveIterable, ShortFloatMappublic interface ImmutableShortFloatMap extends ShortFloatMap
| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableBag<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.
|
ImmutableFloatShortMap |
flipUniqueValues() |
Return the FloatShortMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
ImmutableShortFloatMap |
newWithKeyValue(short key,
float value) |
|
ImmutableShortFloatMap |
newWithoutAllKeys(ShortIterable keys) |
|
ImmutableShortFloatMap |
newWithoutKey(short key) |
|
ImmutableFloatBag |
reject(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return false for the specified predicate.
|
ImmutableShortFloatMap |
reject(ShortFloatPredicate predicate) |
|
ImmutableFloatBag |
select(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return true for the specified predicate.
|
ImmutableShortFloatMap |
select(ShortFloatPredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, floatIterator, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListcontainsValue, forEachValue, tap, valuesappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizecontainsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringImmutableShortFloatMap select(ShortFloatPredicate predicate)
select in interface ShortFloatMapImmutableShortFloatMap reject(ShortFloatPredicate predicate)
reject in interface ShortFloatMapImmutableFloatBag select(FloatPredicate predicate)
FloatIterableselect in interface FloatIterableselect in interface FloatValuesMapImmutableFloatBag reject(FloatPredicate predicate)
FloatIterablereject in interface FloatIterablereject in interface FloatValuesMap<V> ImmutableBag<V> collect(FloatToObjectFunction<? extends V> function)
FloatIterablecollect in interface FloatIterablecollect in interface FloatValuesMapImmutableShortFloatMap newWithKeyValue(short key, float value)
ImmutableShortFloatMap newWithoutKey(short key)
ImmutableShortFloatMap newWithoutAllKeys(ShortIterable keys)
ImmutableFloatShortMap flipUniqueValues()
ShortFloatMapflipUniqueValues in interface ShortFloatMapCopyright © 2004–2019. All rights reserved.