public interface ImmutableDoubleCharMap extends DoubleCharMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(CharToObjectFunction<? extends V> function) |
ImmutableDoubleCharMap |
newWithKeyValue(double key,
char value) |
ImmutableDoubleCharMap |
newWithoutAllKeys(DoubleIterable keys) |
ImmutableDoubleCharMap |
newWithoutKey(double key) |
ImmutableCharCollection |
reject(CharPredicate predicate) |
ImmutableDoubleCharMap |
reject(DoubleCharPredicate predicate) |
ImmutableCharCollection |
select(CharPredicate predicate) |
ImmutableDoubleCharMap |
select(DoubleCharPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableDoubleCharMap select(DoubleCharPredicate predicate)
select in interface DoubleCharMapImmutableDoubleCharMap reject(DoubleCharPredicate predicate)
reject in interface DoubleCharMapImmutableCharCollection select(CharPredicate predicate)
select in interface CharIterableImmutableCharCollection reject(CharPredicate predicate)
reject in interface CharIterable<V> ImmutableCollection<V> collect(CharToObjectFunction<? extends V> function)
collect in interface CharIterableImmutableDoubleCharMap newWithKeyValue(double key, char value)
ImmutableDoubleCharMap newWithoutKey(double key)
ImmutableDoubleCharMap newWithoutAllKeys(DoubleIterable keys)
Copyright © 2004–2017. All rights reserved.