public interface ImmutableLongCharMap extends LongCharMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(CharToObjectFunction<? extends V> function) |
ImmutableLongCharMap |
newWithKeyValue(long key,
char value) |
ImmutableLongCharMap |
newWithoutAllKeys(LongIterable keys) |
ImmutableLongCharMap |
newWithoutKey(long key) |
ImmutableCharCollection |
reject(CharPredicate predicate) |
ImmutableLongCharMap |
reject(LongCharPredicate predicate) |
ImmutableCharCollection |
select(CharPredicate predicate) |
ImmutableLongCharMap |
select(LongCharPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableLongCharMap select(LongCharPredicate predicate)
select
in interface LongCharMap
ImmutableLongCharMap reject(LongCharPredicate predicate)
reject
in interface LongCharMap
ImmutableCharCollection select(CharPredicate predicate)
select
in interface CharIterable
ImmutableCharCollection reject(CharPredicate predicate)
reject
in interface CharIterable
<V> ImmutableCollection<V> collect(CharToObjectFunction<? extends V> function)
collect
in interface CharIterable
ImmutableLongCharMap newWithKeyValue(long key, char value)
ImmutableLongCharMap newWithoutKey(long key)
ImmutableLongCharMap newWithoutAllKeys(LongIterable keys)
Copyright © 2004–2016. All rights reserved.