LongIterable, LongValuesMap, PrimitiveIterable, ShortLongMappublic interface ImmutableShortLongMap extends ShortLongMap
| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableBag<V> |
collect(LongToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableLongShortMap |
flipUniqueValues() |
Return the LongShortMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
ImmutableShortLongMap |
newWithKeyValue(short key,
long value) |
|
ImmutableShortLongMap |
newWithoutAllKeys(ShortIterable keys) |
|
ImmutableShortLongMap |
newWithoutKey(short key) |
|
ImmutableLongBag |
reject(LongPredicate predicate) |
Returns a new LongIterable with all of the elements in the LongIterable that
return false for the specified predicate.
|
ImmutableShortLongMap |
reject(ShortLongPredicate predicate) |
|
ImmutableLongBag |
select(LongPredicate predicate) |
Returns a new LongIterable with all of the elements in the LongIterable that
return true for the specified predicate.
|
ImmutableShortLongMap |
select(ShortLongPredicate 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, longIterator, 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, toStringImmutableShortLongMap select(ShortLongPredicate predicate)
select in interface ShortLongMapImmutableShortLongMap reject(ShortLongPredicate predicate)
reject in interface ShortLongMapImmutableLongBag select(LongPredicate predicate)
LongIterableselect in interface LongIterableselect in interface LongValuesMapImmutableLongBag reject(LongPredicate predicate)
LongIterablereject in interface LongIterablereject in interface LongValuesMap<V> ImmutableBag<V> collect(LongToObjectFunction<? extends V> function)
LongIterablecollect in interface LongIterablecollect in interface LongValuesMapImmutableShortLongMap newWithKeyValue(short key, long value)
ImmutableShortLongMap newWithoutKey(short key)
ImmutableShortLongMap newWithoutAllKeys(ShortIterable keys)
ImmutableLongShortMap flipUniqueValues()
ShortLongMapflipUniqueValues in interface ShortLongMapCopyright © 2004–2020. All rights reserved.