public interface ImmutableShortCharMap extends ShortCharMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(CharToObjectFunction<? extends V> function) |
ImmutableShortCharMap |
newWithKeyValue(short key,
char value) |
ImmutableShortCharMap |
newWithoutAllKeys(ShortIterable keys) |
ImmutableShortCharMap |
newWithoutKey(short key) |
ImmutableCharCollection |
reject(CharPredicate predicate) |
ImmutableShortCharMap |
reject(ShortCharPredicate predicate) |
ImmutableCharCollection |
select(CharPredicate predicate) |
ImmutableShortCharMap |
select(ShortCharPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableShortCharMap select(ShortCharPredicate predicate)
select in interface ShortCharMapImmutableShortCharMap reject(ShortCharPredicate predicate)
reject in interface ShortCharMapImmutableCharCollection select(CharPredicate predicate)
select in interface CharIterableImmutableCharCollection reject(CharPredicate predicate)
reject in interface CharIterable<V> ImmutableCollection<V> collect(CharToObjectFunction<? extends V> function)
collect in interface CharIterableImmutableShortCharMap newWithKeyValue(short key, char value)
ImmutableShortCharMap newWithoutKey(short key)
ImmutableShortCharMap newWithoutAllKeys(ShortIterable keys)
Copyright © 2004–2016. All rights reserved.