public interface ImmutableByteDoubleMap extends ByteDoubleMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(DoubleToObjectFunction<? extends V> function) |
ImmutableByteDoubleMap |
newWithKeyValue(byte key,
double value) |
ImmutableByteDoubleMap |
newWithoutAllKeys(ByteIterable keys) |
ImmutableByteDoubleMap |
newWithoutKey(byte key) |
ImmutableByteDoubleMap |
reject(ByteDoublePredicate predicate) |
ImmutableDoubleCollection |
reject(DoublePredicate predicate) |
ImmutableByteDoubleMap |
select(ByteDoublePredicate predicate) |
ImmutableDoubleCollection |
select(DoublePredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableByteDoubleMap select(ByteDoublePredicate predicate)
select in interface ByteDoubleMapImmutableByteDoubleMap reject(ByteDoublePredicate predicate)
reject in interface ByteDoubleMapImmutableDoubleCollection select(DoublePredicate predicate)
select in interface DoubleIterableImmutableDoubleCollection reject(DoublePredicate predicate)
reject in interface DoubleIterable<V> ImmutableCollection<V> collect(DoubleToObjectFunction<? extends V> function)
collect in interface DoubleIterableImmutableByteDoubleMap newWithKeyValue(byte key, double value)
ImmutableByteDoubleMap newWithoutKey(byte key)
ImmutableByteDoubleMap newWithoutAllKeys(ByteIterable keys)
Copyright © 2004–2017. All rights reserved.