public interface ImmutableCharLongMap extends CharLongMap
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCollection<V> |
collect(LongToObjectFunction<? extends V> function) |
ImmutableCharLongMap |
newWithKeyValue(char key,
long value) |
ImmutableCharLongMap |
newWithoutAllKeys(CharIterable keys) |
ImmutableCharLongMap |
newWithoutKey(char key) |
ImmutableCharLongMap |
reject(CharLongPredicate predicate) |
ImmutableLongCollection |
reject(LongPredicate predicate) |
ImmutableCharLongMap |
select(CharLongPredicate 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, sizeImmutableCharLongMap select(CharLongPredicate predicate)
select in interface CharLongMapImmutableCharLongMap reject(CharLongPredicate predicate)
reject in interface CharLongMapImmutableLongCollection 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 LongIterableImmutableCharLongMap newWithKeyValue(char key, long value)
ImmutableCharLongMap newWithoutKey(char key)
ImmutableCharLongMap newWithoutAllKeys(CharIterable keys)
Copyright © 2004–2017. All rights reserved.