public interface ImmutableShortLongMap extends ShortLongMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableBag<V> |
collect(LongToObjectFunction<? extends V> function) |
ImmutableShortLongMap |
newWithKeyValue(short key,
long value) |
ImmutableShortLongMap |
newWithoutAllKeys(ShortIterable keys) |
ImmutableShortLongMap |
newWithoutKey(short key) |
ImmutableLongBag |
reject(LongPredicate predicate) |
ImmutableShortLongMap |
reject(ShortLongPredicate predicate) |
ImmutableLongBag |
select(LongPredicate predicate) |
ImmutableShortLongMap |
select(ShortLongPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, longIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableShortLongMap select(ShortLongPredicate predicate)
select
in interface ShortLongMap
ImmutableShortLongMap reject(ShortLongPredicate predicate)
reject
in interface ShortLongMap
ImmutableLongBag select(LongPredicate predicate)
select
in interface LongIterable
select
in interface LongValuesMap
ImmutableLongBag reject(LongPredicate predicate)
reject
in interface LongIterable
reject
in interface LongValuesMap
<V> ImmutableBag<V> collect(LongToObjectFunction<? extends V> function)
collect
in interface LongIterable
collect
in interface LongValuesMap
ImmutableShortLongMap newWithKeyValue(short key, long value)
ImmutableShortLongMap newWithoutKey(short key)
ImmutableShortLongMap newWithoutAllKeys(ShortIterable keys)
Copyright © 2004–2016. All rights reserved.