public interface ImmutableDoubleBooleanMap extends DoubleBooleanMap
| 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.
|
ImmutableDoubleBooleanMap |
newWithKeyValue(double key,
boolean value) |
ImmutableDoubleBooleanMap |
newWithoutAllKeys(DoubleIterable keys) |
ImmutableDoubleBooleanMap |
newWithoutKey(double key) |
ImmutableBooleanBag |
reject(BooleanPredicate predicate)
Returns a new BooleanIterable with all of the elements in the BooleanIterable that
return false for the specified predicate.
|
ImmutableDoubleBooleanMap |
reject(DoubleBooleanPredicate predicate) |
ImmutableBooleanBag |
select(BooleanPredicate predicate)
Returns a new BooleanIterable with all of the elements in the BooleanIterable that
return true for the specified predicate.
|
ImmutableDoubleBooleanMap |
select(DoubleBooleanPredicate 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, sizeImmutableDoubleBooleanMap select(DoubleBooleanPredicate predicate)
select in interface DoubleBooleanMapImmutableDoubleBooleanMap reject(DoubleBooleanPredicate predicate)
reject in interface DoubleBooleanMapImmutableBooleanBag 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 BooleanValuesMapImmutableDoubleBooleanMap newWithKeyValue(double key, boolean value)
ImmutableDoubleBooleanMap newWithoutKey(double key)
ImmutableDoubleBooleanMap newWithoutAllKeys(DoubleIterable keys)
Copyright © 2004–2017. All rights reserved.