public interface ImmutableShortIntMap extends ShortIntMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(IntToObjectFunction<? extends V> function) |
ImmutableShortIntMap |
newWithKeyValue(short key,
int value) |
ImmutableShortIntMap |
newWithoutAllKeys(ShortIterable keys) |
ImmutableShortIntMap |
newWithoutKey(short key) |
ImmutableIntCollection |
reject(IntPredicate predicate) |
ImmutableShortIntMap |
reject(ShortIntPredicate predicate) |
ImmutableIntCollection |
select(IntPredicate predicate) |
ImmutableShortIntMap |
select(ShortIntPredicate 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, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableShortIntMap select(ShortIntPredicate predicate)
select in interface ShortIntMapImmutableShortIntMap reject(ShortIntPredicate predicate)
reject in interface ShortIntMapImmutableIntCollection select(IntPredicate predicate)
select in interface IntIterableImmutableIntCollection reject(IntPredicate predicate)
reject in interface IntIterable<V> ImmutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect in interface IntIterableImmutableShortIntMap newWithKeyValue(short key, int value)
ImmutableShortIntMap newWithoutKey(short key)
ImmutableShortIntMap newWithoutAllKeys(ShortIterable keys)
Copyright © 2004–2017. All rights reserved.