public interface ImmutableIntIntMap extends IntIntMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(IntToObjectFunction<? extends V> function) |
ImmutableIntIntMap |
newWithKeyValue(int key,
int value) |
ImmutableIntIntMap |
newWithoutAllKeys(IntIterable keys) |
ImmutableIntIntMap |
newWithoutKey(int key) |
ImmutableIntIntMap |
reject(IntIntPredicate predicate) |
ImmutableIntCollection |
reject(IntPredicate predicate) |
ImmutableIntIntMap |
select(IntIntPredicate predicate) |
ImmutableIntCollection |
select(IntPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, 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, sizeImmutableIntIntMap select(IntIntPredicate predicate)
ImmutableIntIntMap reject(IntIntPredicate predicate)
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 IntIterableImmutableIntIntMap newWithKeyValue(int key, int value)
ImmutableIntIntMap newWithoutKey(int key)
ImmutableIntIntMap newWithoutAllKeys(IntIterable keys)
Copyright © 2004–2017. All rights reserved.