public interface ImmutableDoubleShortMap extends DoubleShortMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(ShortToObjectFunction<? extends V> function) |
ImmutableDoubleShortMap |
newWithKeyValue(double key,
short value) |
ImmutableDoubleShortMap |
newWithoutAllKeys(DoubleIterable keys) |
ImmutableDoubleShortMap |
newWithoutKey(double key) |
ImmutableDoubleShortMap |
reject(DoubleShortPredicate predicate) |
ImmutableShortCollection |
reject(ShortPredicate predicate) |
ImmutableDoubleShortMap |
select(DoubleShortPredicate predicate) |
ImmutableShortCollection |
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, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableDoubleShortMap select(DoubleShortPredicate predicate)
select in interface DoubleShortMapImmutableDoubleShortMap reject(DoubleShortPredicate predicate)
reject in interface DoubleShortMapImmutableShortCollection select(ShortPredicate predicate)
select in interface ShortIterableImmutableShortCollection reject(ShortPredicate predicate)
reject in interface ShortIterable<V> ImmutableCollection<V> collect(ShortToObjectFunction<? extends V> function)
collect in interface ShortIterableImmutableDoubleShortMap newWithKeyValue(double key, short value)
ImmutableDoubleShortMap newWithoutKey(double key)
ImmutableDoubleShortMap newWithoutAllKeys(DoubleIterable keys)
Copyright © 2004–2017. All rights reserved.