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, retainAll
equals, hashCode
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
MutableBooleanSet select(BooleanPredicate predicate)
select
in interface BooleanIterable
select
in interface BooleanSet
select
in interface MutableBooleanCollection
MutableBooleanSet reject(BooleanPredicate predicate)
reject
in interface BooleanIterable
reject
in interface BooleanSet
reject
in interface MutableBooleanCollection
<V> MutableSet<V> collect(BooleanToObjectFunction<? extends V> function)
collect
in interface BooleanIterable
collect
in interface BooleanSet
collect
in interface MutableBooleanCollection
MutableBooleanSet with(boolean element)
with
in interface MutableBooleanCollection
MutableBooleanSet without(boolean element)
without
in interface MutableBooleanCollection
MutableBooleanSet withAll(BooleanIterable elements)
withAll
in interface MutableBooleanCollection
MutableBooleanSet withoutAll(BooleanIterable elements)
withoutAll
in interface MutableBooleanCollection
MutableBooleanSet asUnmodifiable()
asUnmodifiable
in interface MutableBooleanCollection
MutableBooleanSet asSynchronized()
asSynchronized
in interface MutableBooleanCollection
BooleanSet freeze()
freeze
in interface BooleanSet
ImmutableBooleanSet toImmutable()
toImmutable
in interface BooleanSet
toImmutable
in interface MutableBooleanCollection
Copyright © 2004–2016. All rights reserved.