public interface MutableBooleanValuesMap extends BooleanValuesMap
Modifier and Type | Method and Description |
---|---|
MutableBooleanIterator |
booleanIterator() |
void |
clear() |
<V> MutableBag<V> |
collect(BooleanToObjectFunction<? extends V> function) |
MutableBooleanBag |
reject(BooleanPredicate predicate) |
MutableBooleanBag |
select(BooleanPredicate predicate) |
containsValue, forEachValue, values
allSatisfy, anySatisfy, asLazy, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSet
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
MutableBooleanBag select(BooleanPredicate predicate)
select
in interface BooleanIterable
select
in interface BooleanValuesMap
MutableBooleanBag reject(BooleanPredicate predicate)
reject
in interface BooleanIterable
reject
in interface BooleanValuesMap
<V> MutableBag<V> collect(BooleanToObjectFunction<? extends V> function)
collect
in interface BooleanIterable
collect
in interface BooleanValuesMap
void clear()
MutableBooleanIterator booleanIterator()
booleanIterator
in interface BooleanIterable
Copyright © 2004–2016. All rights reserved.