public interface MutableBooleanSet extends MutableBooleanCollection, BooleanSet
| Modifier and Type | Method and Description |
|---|---|
MutableBooleanSet |
asSynchronized() |
MutableBooleanSet |
asUnmodifiable() |
<V> MutableSet<V> |
collect(BooleanToObjectFunction<? extends V> function) |
BooleanSet |
freeze()
Returns a frozen copy of this set.
|
MutableBooleanSet |
reject(BooleanPredicate predicate) |
MutableBooleanSet |
select(BooleanPredicate predicate) |
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) |
add, addAll, addAll, booleanIterator, clear, remove, removeAll, removeAll, retainAll, retainAllequals, hashCodeallSatisfy, anySatisfy, asLazy, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringMutableBooleanSet select(BooleanPredicate predicate)
select in interface BooleanIterableselect in interface BooleanSetselect in interface MutableBooleanCollectionMutableBooleanSet reject(BooleanPredicate predicate)
reject in interface BooleanIterablereject in interface BooleanSetreject in interface MutableBooleanCollection<V> MutableSet<V> collect(BooleanToObjectFunction<? extends V> function)
collect 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 MutableBooleanCollectionCopyright © 2004–2017. All rights reserved.