BooleanIterable
, BooleanValuesMap
, PrimitiveIterable
, ShortBooleanMap
public interface ImmutableShortBooleanMap extends ShortBooleanMap
Modifier and Type | Method | Description |
---|---|---|
<V> ImmutableBag<V> |
collect(BooleanToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableShortBooleanMap |
newWithKeyValue(short key,
boolean value) |
|
ImmutableShortBooleanMap |
newWithoutAllKeys(ShortIterable keys) |
|
ImmutableShortBooleanMap |
newWithoutKey(short key) |
|
ImmutableBooleanBag |
reject(BooleanPredicate predicate) |
Returns a new BooleanIterable with all of the elements in the BooleanIterable that
return false for the specified predicate.
|
ImmutableShortBooleanMap |
reject(ShortBooleanPredicate predicate) |
|
ImmutableBooleanBag |
select(BooleanPredicate predicate) |
Returns a new BooleanIterable with all of the elements in the BooleanIterable that
return true for the specified predicate.
|
ImmutableShortBooleanMap |
select(ShortBooleanPredicate predicate) |
allSatisfy, anySatisfy, asLazy, booleanIterator, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, noneSatisfy, reduce, reduceIfEmpty, reject, select, toArray, toBag, toList, toSet
containsValue, forEachValue, tap, values
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString
ImmutableShortBooleanMap select(ShortBooleanPredicate predicate)
select
in interface ShortBooleanMap
ImmutableShortBooleanMap reject(ShortBooleanPredicate predicate)
reject
in interface ShortBooleanMap
ImmutableBooleanBag select(BooleanPredicate predicate)
BooleanIterable
select
in interface BooleanIterable
select
in interface BooleanValuesMap
ImmutableBooleanBag reject(BooleanPredicate predicate)
BooleanIterable
reject
in interface BooleanIterable
reject
in interface BooleanValuesMap
<V> ImmutableBag<V> collect(BooleanToObjectFunction<? extends V> function)
BooleanIterable
collect
in interface BooleanIterable
collect
in interface BooleanValuesMap
ImmutableShortBooleanMap newWithKeyValue(short key, boolean value)
ImmutableShortBooleanMap newWithoutKey(short key)
ImmutableShortBooleanMap newWithoutAllKeys(ShortIterable keys)
Copyright © 2004–2019. All rights reserved.