public interface ImmutableShortBooleanMap extends ShortBooleanMap
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(BooleanToObjectFunction<? extends V> function) |
ImmutableShortBooleanMap |
newWithKeyValue(short key,
boolean value) |
ImmutableShortBooleanMap |
newWithoutAllKeys(ShortIterable keys) |
ImmutableShortBooleanMap |
newWithoutKey(short key) |
ImmutableBooleanCollection |
reject(BooleanPredicate predicate) |
ImmutableShortBooleanMap |
reject(ShortBooleanPredicate predicate) |
ImmutableBooleanCollection |
select(BooleanPredicate predicate) |
ImmutableShortBooleanMap |
select(ShortBooleanPredicate 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
ImmutableShortBooleanMap select(ShortBooleanPredicate predicate)
select
in interface ShortBooleanMap
ImmutableShortBooleanMap reject(ShortBooleanPredicate predicate)
reject
in interface ShortBooleanMap
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
ImmutableShortBooleanMap newWithKeyValue(short key, boolean value)
ImmutableShortBooleanMap newWithoutKey(short key)
ImmutableShortBooleanMap newWithoutAllKeys(ShortIterable keys)
Copyright © 2004–2016. All rights reserved.