public interface ImmutableLongIntMap extends LongIntMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(IntToObjectFunction<? extends V> function) |
ImmutableLongIntMap |
newWithKeyValue(long key,
int value) |
ImmutableLongIntMap |
newWithoutAllKeys(LongIterable keys) |
ImmutableLongIntMap |
newWithoutKey(long key) |
ImmutableIntCollection |
reject(IntPredicate predicate) |
ImmutableLongIntMap |
reject(LongIntPredicate predicate) |
ImmutableIntCollection |
select(IntPredicate predicate) |
ImmutableLongIntMap |
select(LongIntPredicate 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, sizeImmutableLongIntMap select(LongIntPredicate predicate)
select in interface LongIntMapImmutableLongIntMap reject(LongIntPredicate predicate)
reject in interface LongIntMapImmutableIntCollection 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 IntIterableImmutableLongIntMap newWithKeyValue(long key, int value)
ImmutableLongIntMap newWithoutKey(long key)
ImmutableLongIntMap newWithoutAllKeys(LongIterable keys)
Copyright © 2004–2016. All rights reserved.