public interface ImmutableLongLongMap extends LongLongMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableBag<V> |
collect(LongToObjectFunction<? extends V> function) |
ImmutableLongLongMap |
newWithKeyValue(long key,
long value) |
ImmutableLongLongMap |
newWithoutAllKeys(LongIterable keys) |
ImmutableLongLongMap |
newWithoutKey(long key) |
ImmutableLongLongMap |
reject(LongLongPredicate predicate) |
ImmutableLongBag |
reject(LongPredicate predicate) |
ImmutableLongLongMap |
select(LongLongPredicate predicate) |
ImmutableLongBag |
select(LongPredicate 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
ImmutableLongLongMap select(LongLongPredicate predicate)
select
in interface LongLongMap
ImmutableLongLongMap reject(LongLongPredicate predicate)
reject
in interface LongLongMap
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
ImmutableLongLongMap newWithKeyValue(long key, long value)
ImmutableLongLongMap newWithoutKey(long key)
ImmutableLongLongMap newWithoutAllKeys(LongIterable keys)
Copyright © 2004–2016. All rights reserved.