public interface ImmutableDoubleLongMap extends DoubleLongMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(LongToObjectFunction<? extends V> function) |
ImmutableDoubleLongMap |
newWithKeyValue(double key,
long value) |
ImmutableDoubleLongMap |
newWithoutAllKeys(DoubleIterable keys) |
ImmutableDoubleLongMap |
newWithoutKey(double key) |
ImmutableDoubleLongMap |
reject(DoubleLongPredicate predicate) |
ImmutableLongCollection |
reject(LongPredicate predicate) |
ImmutableDoubleLongMap |
select(DoubleLongPredicate 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, sizeImmutableDoubleLongMap select(DoubleLongPredicate predicate)
select in interface DoubleLongMapImmutableDoubleLongMap reject(DoubleLongPredicate predicate)
reject in interface DoubleLongMapImmutableLongCollection 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 LongIterableImmutableDoubleLongMap newWithKeyValue(double key, long value)
ImmutableDoubleLongMap newWithoutKey(double key)
ImmutableDoubleLongMap newWithoutAllKeys(DoubleIterable keys)
Copyright © 2004–2016. All rights reserved.