public interface ImmutableLongIntMap extends LongIntMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableBag<V> |
collect(IntToObjectFunction<? extends V> function) |
ImmutableLongIntMap |
newWithKeyValue(long key,
int value) |
ImmutableLongIntMap |
newWithoutAllKeys(LongIterable keys) |
ImmutableLongIntMap |
newWithoutKey(long key) |
ImmutableIntBag |
reject(IntPredicate predicate) |
ImmutableLongIntMap |
reject(LongIntPredicate predicate) |
ImmutableIntBag |
select(IntPredicate predicate) |
ImmutableLongIntMap |
select(LongIntPredicate 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, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableLongIntMap select(LongIntPredicate predicate)
select
in interface LongIntMap
ImmutableLongIntMap reject(LongIntPredicate predicate)
reject
in interface LongIntMap
ImmutableIntBag select(IntPredicate predicate)
select
in interface IntIterable
select
in interface IntValuesMap
ImmutableIntBag reject(IntPredicate predicate)
reject
in interface IntIterable
reject
in interface IntValuesMap
<V> ImmutableBag<V> collect(IntToObjectFunction<? extends V> function)
collect
in interface IntIterable
collect
in interface IntValuesMap
ImmutableLongIntMap newWithKeyValue(long key, int value)
ImmutableLongIntMap newWithoutKey(long key)
ImmutableLongIntMap newWithoutAllKeys(LongIterable keys)
Copyright © 2004–2016. All rights reserved.