public interface ImmutableShortFloatMap extends ShortFloatMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(FloatToObjectFunction<? extends V> function) |
ImmutableShortFloatMap |
newWithKeyValue(short key,
float value) |
ImmutableShortFloatMap |
newWithoutAllKeys(ShortIterable keys) |
ImmutableShortFloatMap |
newWithoutKey(short key) |
ImmutableFloatCollection |
reject(FloatPredicate predicate) |
ImmutableShortFloatMap |
reject(ShortFloatPredicate predicate) |
ImmutableFloatCollection |
select(FloatPredicate predicate) |
ImmutableShortFloatMap |
select(ShortFloatPredicate 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, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableShortFloatMap select(ShortFloatPredicate predicate)
select in interface ShortFloatMapImmutableShortFloatMap reject(ShortFloatPredicate predicate)
reject in interface ShortFloatMapImmutableFloatCollection 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 FloatIterableImmutableShortFloatMap newWithKeyValue(short key, float value)
ImmutableShortFloatMap newWithoutKey(short key)
ImmutableShortFloatMap newWithoutAllKeys(ShortIterable keys)
Copyright © 2004–2017. All rights reserved.