public interface ImmutableByteCharMap extends ByteCharMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(CharToObjectFunction<? extends V> function) |
ImmutableByteCharMap |
newWithKeyValue(byte key,
char value) |
ImmutableByteCharMap |
newWithoutAllKeys(ByteIterable keys) |
ImmutableByteCharMap |
newWithoutKey(byte key) |
ImmutableByteCharMap |
reject(ByteCharPredicate predicate) |
ImmutableCharCollection |
reject(CharPredicate predicate) |
ImmutableByteCharMap |
select(ByteCharPredicate predicate) |
ImmutableCharCollection |
select(CharPredicate 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
ImmutableByteCharMap select(ByteCharPredicate predicate)
select
in interface ByteCharMap
ImmutableByteCharMap reject(ByteCharPredicate predicate)
reject
in interface ByteCharMap
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
ImmutableByteCharMap newWithKeyValue(byte key, char value)
ImmutableByteCharMap newWithoutKey(byte key)
ImmutableByteCharMap newWithoutAllKeys(ByteIterable keys)
Copyright © 2004–2016. All rights reserved.