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