public interface MutableBooleanValuesMap extends BooleanValuesMap
| Modifier and Type | Method and Description |
|---|---|
MutableBooleanIterator |
booleanIterator()
Returns a primitive iterator that can be used to iterate over the BooleanIterable in an
imperative style.
|
void |
clear()
Removes all entries from this map.
|
<V> MutableBag<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.
|
MutableBooleanBag |
reject(BooleanPredicate predicate)
Returns a new BooleanIterable with all of the elements in the BooleanIterable that
return false for the specified predicate.
|
MutableBooleanBag |
select(BooleanPredicate predicate)
Returns a new BooleanIterable with all of the elements in the BooleanIterable that
return true for the specified predicate.
|
containsValue, forEachValue, tap, valuesallSatisfy, anySatisfy, asLazy, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, containsAny, containsAny, containsNone, containsNone, count, detectIfNone, each, flatCollect, forEach, injectInto, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, noneSatisfy, reduce, reduceIfEmpty, reject, select, toArray, toArray, toBag, toList, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringMutableBooleanBag select(BooleanPredicate predicate)
BooleanIterableselect in interface BooleanIterableselect in interface BooleanValuesMapMutableBooleanBag reject(BooleanPredicate predicate)
BooleanIterablereject in interface BooleanIterablereject in interface BooleanValuesMap<V> MutableBag<V> collect(BooleanToObjectFunction<? extends V> function)
BooleanIterablecollect in interface BooleanIterablecollect in interface BooleanValuesMapvoid clear()
MutableBooleanIterator booleanIterator()
BooleanIterablebooleanIterator in interface BooleanIterableCopyright © 2004–2023. All rights reserved.