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, valuesallSatisfy, anySatisfy, asLazy, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringMutableBooleanCollection select(BooleanPredicate predicate)
select in interface BooleanIterableMutableBooleanCollection reject(BooleanPredicate predicate)
reject in interface BooleanIterable<V> MutableCollection<V> collect(BooleanToObjectFunction<? extends V> function)
collect in interface BooleanIterablevoid clear()
MutableBooleanIterator booleanIterator()
booleanIterator in interface BooleanIterableCopyright © 2004–2017. All rights reserved.