public interface ImmutableShortBooleanMap extends ShortBooleanMap
| Modifier and Type | Method and 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) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringcontainsValue, forEachValue, tap, valuesallSatisfy, anySatisfy, asLazy, booleanIterator, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, noneSatisfy, reject, select, toArray, toBag, toList, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableShortBooleanMap select(ShortBooleanPredicate predicate)
select in interface ShortBooleanMapImmutableShortBooleanMap reject(ShortBooleanPredicate predicate)
reject in interface ShortBooleanMapImmutableBooleanBag select(BooleanPredicate predicate)
BooleanIterableselect in interface BooleanIterableselect in interface BooleanValuesMapImmutableBooleanBag reject(BooleanPredicate predicate)
BooleanIterablereject in interface BooleanIterablereject in interface BooleanValuesMap<V> ImmutableBag<V> collect(BooleanToObjectFunction<? extends V> function)
BooleanIterablecollect in interface BooleanIterablecollect in interface BooleanValuesMapImmutableShortBooleanMap newWithKeyValue(short key, boolean value)
ImmutableShortBooleanMap newWithoutKey(short key)
ImmutableShortBooleanMap newWithoutAllKeys(ShortIterable keys)
Copyright © 2004–2017. All rights reserved.