IntIterable, IntValuesMap, PrimitiveIterable, ShortIntMappublic interface ImmutableShortIntMap extends ShortIntMap
| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableBag<V> |
collect(IntToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableIntShortMap |
flipUniqueValues() |
Return the IntShortMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
ImmutableShortIntMap |
newWithKeyValue(short key,
int value) |
|
ImmutableShortIntMap |
newWithoutAllKeys(ShortIterable keys) |
|
ImmutableShortIntMap |
newWithoutKey(short key) |
|
ImmutableIntBag |
reject(IntPredicate predicate) |
Returns a new IntIterable with all of the elements in the IntIterable that
return false for the specified predicate.
|
ImmutableShortIntMap |
reject(ShortIntPredicate predicate) |
|
ImmutableIntBag |
select(IntPredicate predicate) |
Returns a new IntIterable with all of the elements in the IntIterable that
return true for the specified predicate.
|
ImmutableShortIntMap |
select(ShortIntPredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, intIterator, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListcontainsValue, forEachValue, tap, valuesappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizecontainsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringImmutableShortIntMap select(ShortIntPredicate predicate)
select in interface ShortIntMapImmutableShortIntMap reject(ShortIntPredicate predicate)
reject in interface ShortIntMapImmutableIntBag select(IntPredicate predicate)
IntIterableselect in interface IntIterableselect in interface IntValuesMapImmutableIntBag reject(IntPredicate predicate)
IntIterablereject in interface IntIterablereject in interface IntValuesMap<V> ImmutableBag<V> collect(IntToObjectFunction<? extends V> function)
IntIterablecollect in interface IntIterablecollect in interface IntValuesMapImmutableShortIntMap newWithKeyValue(short key, int value)
ImmutableShortIntMap newWithoutKey(short key)
ImmutableShortIntMap newWithoutAllKeys(ShortIterable keys)
ImmutableIntShortMap flipUniqueValues()
ShortIntMapflipUniqueValues in interface ShortIntMapCopyright © 2004–2019. All rights reserved.