public interface ImmutableIntLongMap extends IntLongMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(LongToObjectFunction<? extends V> function) |
ImmutableIntLongMap |
newWithKeyValue(int key,
long value) |
ImmutableIntLongMap |
newWithoutAllKeys(IntIterable keys) |
ImmutableIntLongMap |
newWithoutKey(int key) |
ImmutableIntLongMap |
reject(IntLongPredicate predicate) |
ImmutableLongCollection |
reject(LongPredicate predicate) |
ImmutableIntLongMap |
select(IntLongPredicate predicate) |
ImmutableLongCollection |
select(LongPredicate 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, longIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableIntLongMap select(IntLongPredicate predicate)
select in interface IntLongMapImmutableIntLongMap reject(IntLongPredicate predicate)
reject in interface IntLongMapImmutableLongCollection select(LongPredicate predicate)
select in interface LongIterableImmutableLongCollection reject(LongPredicate predicate)
reject in interface LongIterable<V> ImmutableCollection<V> collect(LongToObjectFunction<? extends V> function)
collect in interface LongIterableImmutableIntLongMap newWithKeyValue(int key, long value)
ImmutableIntLongMap newWithoutKey(int key)
ImmutableIntLongMap newWithoutAllKeys(IntIterable keys)
Copyright © 2004–2017. All rights reserved.