public interface ImmutableIntLongMap extends IntLongMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(LongToObjectFunction<? extends V> function) |
ImmutableIntLongMap |
newWithKeyValue(int key,
long value) |
ImmutableIntLongMap |
newWithoutAllKeys(IntIterable keys) |
ImmutableIntLongMap |
newWithoutKey(int key) |
ImmutableIntLongMap |
reject(IntLongPredicate predicate) |
ImmutableLongCollection |
reject(LongPredicate predicate) |
ImmutableIntLongMap |
select(IntLongPredicate predicate) |
ImmutableLongCollection |
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, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableIntLongMap select(IntLongPredicate predicate)
select
in interface IntLongMap
ImmutableIntLongMap reject(IntLongPredicate predicate)
reject
in interface IntLongMap
ImmutableLongCollection select(LongPredicate predicate)
select
in interface LongIterable
ImmutableLongCollection reject(LongPredicate predicate)
reject
in interface LongIterable
<V> ImmutableCollection<V> collect(LongToObjectFunction<? extends V> function)
collect
in interface LongIterable
ImmutableIntLongMap newWithKeyValue(int key, long value)
ImmutableIntLongMap newWithoutKey(int key)
ImmutableIntLongMap newWithoutAllKeys(IntIterable keys)
Copyright © 2004–2016. All rights reserved.