public interface ImmutableFloatShortMap extends FloatShortMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(ShortToObjectFunction<? extends V> function) |
ImmutableFloatShortMap |
newWithKeyValue(float key,
short value) |
ImmutableFloatShortMap |
newWithoutAllKeys(FloatIterable keys) |
ImmutableFloatShortMap |
newWithoutKey(float key) |
ImmutableFloatShortMap |
reject(FloatShortPredicate predicate) |
ImmutableShortCollection |
reject(ShortPredicate predicate) |
ImmutableFloatShortMap |
select(FloatShortPredicate predicate) |
ImmutableShortCollection |
select(ShortPredicate 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, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, shortIterator, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableFloatShortMap select(FloatShortPredicate predicate)
select
in interface FloatShortMap
ImmutableFloatShortMap reject(FloatShortPredicate predicate)
reject
in interface FloatShortMap
ImmutableShortCollection select(ShortPredicate predicate)
select
in interface ShortIterable
ImmutableShortCollection reject(ShortPredicate predicate)
reject
in interface ShortIterable
<V> ImmutableCollection<V> collect(ShortToObjectFunction<? extends V> function)
collect
in interface ShortIterable
ImmutableFloatShortMap newWithKeyValue(float key, short value)
ImmutableFloatShortMap newWithoutKey(float key)
ImmutableFloatShortMap newWithoutAllKeys(FloatIterable keys)
Copyright © 2004–2016. All rights reserved.