public interface ImmutableObjectIntMap<K> extends ObjectIntMap<K>
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(IntToObjectFunction<? extends V> function) |
ImmutableObjectIntMap<K> |
newWithKeyValue(K key,
int value) |
ImmutableObjectIntMap<K> |
newWithoutAllKeys(Iterable<? extends K> keys) |
ImmutableObjectIntMap<K> |
newWithoutKey(K key) |
ImmutableIntCollection |
reject(IntPredicate predicate) |
ImmutableObjectIntMap<K> |
reject(ObjectIntPredicate<? super K> predicate) |
ImmutableIntCollection |
select(IntPredicate predicate) |
ImmutableObjectIntMap<K> |
select(ObjectIntPredicate<? super K> predicate) |
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableObjectIntMap<K> select(ObjectIntPredicate<? super K> predicate)
select
in interface ObjectIntMap<K>
ImmutableObjectIntMap<K> reject(ObjectIntPredicate<? super K> predicate)
reject
in interface ObjectIntMap<K>
ImmutableIntCollection select(IntPredicate predicate)
select
in interface IntIterable
ImmutableIntCollection reject(IntPredicate predicate)
reject
in interface IntIterable
<V> ImmutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect
in interface IntIterable
ImmutableObjectIntMap<K> newWithKeyValue(K key, int value)
ImmutableObjectIntMap<K> newWithoutKey(K key)
ImmutableObjectIntMap<K> newWithoutAllKeys(Iterable<? extends K> keys)
Copyright © 2004–2016. All rights reserved.