public interface ImmutableObjectLongMap<K> extends ObjectLongMap<K>
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(LongToObjectFunction<? extends V> function) |
ImmutableObjectLongMap<K> |
newWithKeyValue(K key,
long value) |
ImmutableObjectLongMap<K> |
newWithoutAllKeys(Iterable<? extends K> keys) |
ImmutableObjectLongMap<K> |
newWithoutKey(K key) |
ImmutableLongCollection |
reject(LongPredicate predicate) |
ImmutableObjectLongMap<K> |
reject(ObjectLongPredicate<? super K> predicate) |
ImmutableLongCollection |
select(LongPredicate predicate) |
ImmutableObjectLongMap<K> |
select(ObjectLongPredicate<? 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, longIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableObjectLongMap<K> select(ObjectLongPredicate<? super K> predicate)
select in interface ObjectLongMap<K>ImmutableObjectLongMap<K> reject(ObjectLongPredicate<? super K> predicate)
reject in interface ObjectLongMap<K>ImmutableLongCollection 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 LongIterableImmutableObjectLongMap<K> newWithKeyValue(K key, long value)
ImmutableObjectLongMap<K> newWithoutKey(K key)
ImmutableObjectLongMap<K> newWithoutAllKeys(Iterable<? extends K> keys)
Copyright © 2004–2016. All rights reserved.