ObjectShortMap<K>
, PrimitiveIterable
, ShortIterable
AbstractImmutableObjectShortMap
public interface ImmutableObjectShortMap<K> extends ObjectShortMap<K>
Modifier and Type | Method | Description |
---|---|---|
<V> ImmutableCollection<V> |
collect(ShortToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
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) |
Returns a new ShortIterable with all of the elements in the ShortIterable that
return false for the specified predicate.
|
ImmutableObjectShortMap<K> |
select(ObjectShortPredicate<? super K> predicate) |
|
ImmutableShortCollection |
select(ShortPredicate predicate) |
Returns a new ShortIterable with all of the elements in the ShortIterable that
return true for the specified predicate.
|
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, values
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
allSatisfy, anySatisfy, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, shortIterator, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
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)
ShortIterable
select
in interface ShortIterable
ImmutableShortCollection reject(ShortPredicate predicate)
ShortIterable
reject
in interface ShortIterable
<V> ImmutableCollection<V> collect(ShortToObjectFunction<? extends V> function)
ShortIterable
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–2017. All rights reserved.