public interface MutableBooleanValuesMap extends BooleanValuesMap
Modifier and Type | Method and Description |
---|---|
MutableBooleanIterator |
booleanIterator() |
void |
clear() |
<V> MutableCollection<V> |
collect(BooleanToObjectFunction<? extends V> function) |
MutableBooleanCollection |
reject(BooleanPredicate predicate) |
MutableBooleanCollection |
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
MutableBooleanCollection select(BooleanPredicate predicate)
select
in interface BooleanIterable
MutableBooleanCollection reject(BooleanPredicate predicate)
reject
in interface BooleanIterable
<V> MutableCollection<V> collect(BooleanToObjectFunction<? extends V> function)
collect
in interface BooleanIterable
void clear()
MutableBooleanIterator booleanIterator()
booleanIterator
in interface BooleanIterable
Copyright © 2004–2016. All rights reserved.