public interface ImmutableObjectShortMap<K> extends ObjectShortMap<K>
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(ShortToObjectFunction<? extends V> function) |
ImmutableObjectShortMap<K> |
newWithKeyValue(K key,
short value) |
ImmutableObjectShortMap<K> |
newWithoutAllKeys(Iterable<? extends K> keys) |
ImmutableObjectShortMap<K> |
newWithoutKey(K key) |
ImmutableObjectShortMap<K> |
reject(ObjectShortPredicate<? super K> predicate) |
ImmutableShortCollection |
reject(ShortPredicate predicate) |
ImmutableObjectShortMap<K> |
select(ObjectShortPredicate<? super K> predicate) |
ImmutableShortCollection |
select(ShortPredicate predicate) |
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, 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
ImmutableObjectShortMap<K> select(ObjectShortPredicate<? super K> predicate)
select
in interface ObjectShortMap<K>
ImmutableObjectShortMap<K> reject(ObjectShortPredicate<? super K> predicate)
reject
in interface ObjectShortMap<K>
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
ImmutableObjectShortMap<K> newWithKeyValue(K key, short value)
ImmutableObjectShortMap<K> newWithoutKey(K key)
ImmutableObjectShortMap<K> newWithoutAllKeys(Iterable<? extends K> keys)
Copyright © 2004–2016. All rights reserved.