BooleanIterable
, BooleanValuesMap
, PrimitiveIterable
MutableByteBooleanMap
, MutableCharBooleanMap
, MutableDoubleBooleanMap
, MutableFloatBooleanMap
, MutableIntBooleanMap
, MutableLongBooleanMap
, MutableShortBooleanMap
AbstractMutableBooleanValuesMap
, ByteBooleanHashMap
, CharBooleanHashMap
, DoubleBooleanHashMap
, FloatBooleanHashMap
, IntBooleanHashMap
, LongBooleanHashMap
, ShortBooleanHashMap
, SynchronizedByteBooleanMap
, SynchronizedCharBooleanMap
, SynchronizedDoubleBooleanMap
, SynchronizedFloatBooleanMap
, SynchronizedIntBooleanMap
, SynchronizedLongBooleanMap
, SynchronizedShortBooleanMap
, UnmodifiableByteBooleanMap
, UnmodifiableCharBooleanMap
, UnmodifiableDoubleBooleanMap
, UnmodifiableFloatBooleanMap
, UnmodifiableIntBooleanMap
, UnmodifiableLongBooleanMap
, UnmodifiableShortBooleanMap
public interface MutableBooleanValuesMap extends BooleanValuesMap
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanIterator |
booleanIterator() |
Returns a primitive iterator that can be used to iterate over the BooleanIterable in an
imperative style.
|
void |
clear() |
|
<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.
|
allSatisfy, anySatisfy, asLazy, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, noneSatisfy, reject, select, toArray, toBag, toList, toSet
containsValue, forEachValue, values
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
MutableBooleanBag select(BooleanPredicate predicate)
BooleanIterable
select
in interface BooleanIterable
select
in interface BooleanValuesMap
MutableBooleanBag reject(BooleanPredicate predicate)
BooleanIterable
reject
in interface BooleanIterable
reject
in interface BooleanValuesMap
<V> MutableBag<V> collect(BooleanToObjectFunction<? extends V> function)
BooleanIterable
collect
in interface BooleanIterable
collect
in interface BooleanValuesMap
void clear()
MutableBooleanIterator booleanIterator()
BooleanIterable
booleanIterator
in interface BooleanIterable
Copyright © 2004–2017. All rights reserved.