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, 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, sizeImmutableObjectShortMap<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 ShortIterableImmutableShortCollection reject(ShortPredicate predicate)
reject in interface ShortIterable<V> ImmutableCollection<V> collect(ShortToObjectFunction<? extends V> function)
collect in interface ShortIterableImmutableObjectShortMap<K> newWithKeyValue(K key, short value)
ImmutableObjectShortMap<K> newWithoutKey(K key)
ImmutableObjectShortMap<K> newWithoutAllKeys(Iterable<? extends K> keys)
Copyright © 2004–2017. All rights reserved.