BooleanIterable, BooleanSet, MutableBooleanCollection, PrimitiveIterableBooleanHashSet, SynchronizedBooleanSet, UnmodifiableBooleanSetpublic interface MutableBooleanSet extends MutableBooleanCollection, BooleanSet
| Modifier and Type | Method | Description |
|---|---|---|
MutableBooleanSet |
asSynchronized() |
|
MutableBooleanSet |
asUnmodifiable() |
|
<V> MutableSet<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.
|
BooleanSet |
freeze() |
Returns a frozen copy of this set.
|
default MutableBooleanSet |
newEmpty() |
Creates a new empty mutable version of the same Set type.
|
MutableBooleanSet |
reject(BooleanPredicate predicate) |
Returns a new BooleanIterable with all of the elements in the BooleanIterable that
return false for the specified predicate.
|
MutableBooleanSet |
select(BooleanPredicate predicate) |
Returns a new BooleanIterable with all of the elements in the BooleanIterable that
return true for the specified predicate.
|
default MutableBooleanSet |
tap(BooleanProcedure procedure) |
|
ImmutableBooleanSet |
toImmutable() |
Returns an immutable copy of this set.
|
MutableBooleanSet |
with(boolean element) |
|
MutableBooleanSet |
withAll(BooleanIterable elements) |
|
MutableBooleanSet |
without(boolean element) |
|
MutableBooleanSet |
withoutAll(BooleanIterable elements) |
allSatisfy, anySatisfy, asLazy, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, noneSatisfy, reduce, reduceIfEmpty, reject, select, toArray, toBag, toList, toSetequals, hashCodeadd, addAll, addAll, booleanIterator, clear, remove, removeAll, removeAll, removeIf, retainAll, retainAllappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringMutableBooleanSet select(BooleanPredicate predicate)
BooleanIterableselect in interface BooleanIterableselect in interface BooleanSetselect in interface MutableBooleanCollectionMutableBooleanSet reject(BooleanPredicate predicate)
BooleanIterablereject in interface BooleanIterablereject in interface BooleanSetreject in interface MutableBooleanCollectiondefault MutableBooleanSet tap(BooleanProcedure procedure)
tap in interface BooleanIterabletap in interface BooleanSettap in interface MutableBooleanCollection<V> MutableSet<V> collect(BooleanToObjectFunction<? extends V> function)
BooleanIterablecollect in interface BooleanIterablecollect in interface BooleanSetcollect in interface MutableBooleanCollectionMutableBooleanSet with(boolean element)
with in interface MutableBooleanCollectionMutableBooleanSet without(boolean element)
without in interface MutableBooleanCollectionMutableBooleanSet withAll(BooleanIterable elements)
withAll in interface MutableBooleanCollectionMutableBooleanSet withoutAll(BooleanIterable elements)
withoutAll in interface MutableBooleanCollectionMutableBooleanSet asUnmodifiable()
asUnmodifiable in interface MutableBooleanCollectionMutableBooleanSet asSynchronized()
asSynchronized in interface MutableBooleanCollectionBooleanSet freeze()
freeze in interface BooleanSetImmutableBooleanSet toImmutable()
toImmutable in interface BooleanSettoImmutable in interface MutableBooleanCollectiondefault MutableBooleanSet newEmpty()
newEmpty in interface MutableBooleanCollectionCopyright © 2004–2019. All rights reserved.