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, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableObjectIntMap<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 IntIterableImmutableIntCollection reject(IntPredicate predicate)
reject in interface IntIterable<V> ImmutableCollection<V> collect(IntToObjectFunction<? extends V> function)
collect in interface IntIterableImmutableObjectIntMap<K> newWithKeyValue(K key, int value)
ImmutableObjectIntMap<K> newWithoutKey(K key)
ImmutableObjectIntMap<K> newWithoutAllKeys(Iterable<? extends K> keys)
Copyright © 2004–2016. All rights reserved.