public interface ImmutableFloatShortMap extends FloatShortMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableBag<V> |
collect(ShortToObjectFunction<? extends V> function) |
ImmutableFloatShortMap |
newWithKeyValue(float key,
short value) |
ImmutableFloatShortMap |
newWithoutAllKeys(FloatIterable keys) |
ImmutableFloatShortMap |
newWithoutKey(float key) |
ImmutableFloatShortMap |
reject(FloatShortPredicate predicate) |
ImmutableShortBag |
reject(ShortPredicate predicate) |
ImmutableFloatShortMap |
select(FloatShortPredicate predicate) |
ImmutableShortBag |
select(ShortPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, shortIterator, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableFloatShortMap select(FloatShortPredicate predicate)
select in interface FloatShortMapImmutableFloatShortMap reject(FloatShortPredicate predicate)
reject in interface FloatShortMapImmutableShortBag select(ShortPredicate predicate)
select in interface ShortIterableselect in interface ShortValuesMapImmutableShortBag reject(ShortPredicate predicate)
reject in interface ShortIterablereject in interface ShortValuesMap<V> ImmutableBag<V> collect(ShortToObjectFunction<? extends V> function)
collect in interface ShortIterablecollect in interface ShortValuesMapImmutableFloatShortMap newWithKeyValue(float key, short value)
ImmutableFloatShortMap newWithoutKey(float key)
ImmutableFloatShortMap newWithoutAllKeys(FloatIterable keys)
Copyright © 2004–2016. All rights reserved.