IntIterable, ObjectIntMap<K>, PrimitiveIterableAbstractImmutableObjectIntMappublic interface ImmutableObjectIntMap<K> extends ObjectIntMap<K>
| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableCollection<V> |
collect(IntToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableIntObjectMap<K> |
flipUniqueValues() |
Return the IntObjectMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
ImmutableObjectIntMap<K> |
newWithKeyValue(K key,
int value) |
|
ImmutableObjectIntMap<K> |
newWithoutAllKeys(Iterable<? extends K> keys) |
|
ImmutableObjectIntMap<K> |
newWithoutKey(K key) |
|
ImmutableIntCollection |
reject(IntPredicate predicate) |
Returns a new IntIterable with all of the elements in the IntIterable that
return false for the specified predicate.
|
ImmutableObjectIntMap<K> |
reject(ObjectIntPredicate<? super K> predicate) |
|
ImmutableIntCollection |
select(IntPredicate predicate) |
Returns a new IntIterable with all of the elements in the IntIterable that
return true for the specified predicate.
|
ImmutableObjectIntMap<K> |
select(ObjectIntPredicate<? super K> predicate) |
|
default ImmutableObjectIntMap<K> |
tap(IntProcedure procedure) |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, intIterator, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListcontainsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, valuesappendString, 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)
IntIterableselect in interface IntIterableImmutableIntCollection reject(IntPredicate predicate)
IntIterablereject in interface IntIterabledefault ImmutableObjectIntMap<K> tap(IntProcedure procedure)
tap in interface IntIterabletap in interface ObjectIntMap<K><V> ImmutableCollection<V> collect(IntToObjectFunction<? extends V> function)
IntIterablecollect in interface IntIterableImmutableObjectIntMap<K> newWithKeyValue(K key, int value)
ImmutableObjectIntMap<K> newWithoutKey(K key)
ImmutableObjectIntMap<K> newWithoutAllKeys(Iterable<? extends K> keys)
ImmutableIntObjectMap<K> flipUniqueValues()
ObjectIntMapflipUniqueValues in interface ObjectIntMap<K>Copyright © 2004–2019. All rights reserved.