public interface ImmutableByteBooleanMap extends ByteBooleanMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(BooleanToObjectFunction<? extends V> function) |
ImmutableByteBooleanMap |
newWithKeyValue(byte key,
boolean value) |
ImmutableByteBooleanMap |
newWithoutAllKeys(ByteIterable keys) |
ImmutableByteBooleanMap |
newWithoutKey(byte key) |
ImmutableBooleanCollection |
reject(BooleanPredicate predicate) |
ImmutableByteBooleanMap |
reject(ByteBooleanPredicate predicate) |
ImmutableBooleanCollection |
select(BooleanPredicate predicate) |
ImmutableByteBooleanMap |
select(ByteBooleanPredicate predicate) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSet
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableByteBooleanMap select(ByteBooleanPredicate predicate)
select
in interface ByteBooleanMap
ImmutableByteBooleanMap reject(ByteBooleanPredicate predicate)
reject
in interface ByteBooleanMap
ImmutableBooleanCollection select(BooleanPredicate predicate)
select
in interface BooleanIterable
ImmutableBooleanCollection reject(BooleanPredicate predicate)
reject
in interface BooleanIterable
<V> ImmutableCollection<V> collect(BooleanToObjectFunction<? extends V> function)
collect
in interface BooleanIterable
ImmutableByteBooleanMap newWithKeyValue(byte key, boolean value)
ImmutableByteBooleanMap newWithoutKey(byte key)
ImmutableByteBooleanMap newWithoutAllKeys(ByteIterable keys)
Copyright © 2004–2016. All rights reserved.