public interface ImmutableIntShortMap extends IntShortMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(ShortToObjectFunction<? extends V> function) |
ImmutableIntShortMap |
newWithKeyValue(int key,
short value) |
ImmutableIntShortMap |
newWithoutAllKeys(IntIterable keys) |
ImmutableIntShortMap |
newWithoutKey(int key) |
ImmutableIntShortMap |
reject(IntShortPredicate predicate) |
ImmutableShortCollection |
reject(ShortPredicate predicate) |
ImmutableIntShortMap |
select(IntShortPredicate 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, sizeImmutableIntShortMap select(IntShortPredicate predicate)
select in interface IntShortMapImmutableIntShortMap reject(IntShortPredicate predicate)
reject in interface IntShortMapImmutableShortCollection 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 ShortIterableImmutableIntShortMap newWithKeyValue(int key, short value)
ImmutableIntShortMap newWithoutKey(int key)
ImmutableIntShortMap newWithoutAllKeys(IntIterable keys)
Copyright © 2004–2017. All rights reserved.