public interface ImmutableCharShortMap extends CharShortMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(ShortToObjectFunction<? extends V> function) |
ImmutableCharShortMap |
newWithKeyValue(char key,
short value) |
ImmutableCharShortMap |
newWithoutAllKeys(CharIterable keys) |
ImmutableCharShortMap |
newWithoutKey(char key) |
ImmutableCharShortMap |
reject(CharShortPredicate predicate) |
ImmutableShortCollection |
reject(ShortPredicate predicate) |
ImmutableCharShortMap |
select(CharShortPredicate predicate) |
ImmutableShortCollection |
select(ShortPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, shortIterator, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableCharShortMap select(CharShortPredicate predicate)
select
in interface CharShortMap
ImmutableCharShortMap reject(CharShortPredicate predicate)
reject
in interface CharShortMap
ImmutableShortCollection select(ShortPredicate predicate)
select
in interface ShortIterable
ImmutableShortCollection reject(ShortPredicate predicate)
reject
in interface ShortIterable
<V> ImmutableCollection<V> collect(ShortToObjectFunction<? extends V> function)
collect
in interface ShortIterable
ImmutableCharShortMap newWithKeyValue(char key, short value)
ImmutableCharShortMap newWithoutKey(char key)
ImmutableCharShortMap newWithoutAllKeys(CharIterable keys)
Copyright © 2004–2016. All rights reserved.