public interface MutableCharSet extends MutableCharCollection, CharSet
Modifier and Type | Method and Description |
---|---|
MutableCharSet |
asSynchronized() |
MutableCharSet |
asUnmodifiable() |
<V> MutableSet<V> |
collect(CharToObjectFunction<? extends V> function) |
CharSet |
freeze()
Returns a frozen copy of this set.
|
MutableCharSet |
reject(CharPredicate predicate) |
MutableCharSet |
select(CharPredicate predicate) |
ImmutableCharSet |
toImmutable()
Returns an immutable copy of this set.
|
MutableCharSet |
with(char element) |
MutableCharSet |
withAll(CharIterable elements) |
MutableCharSet |
without(char element) |
MutableCharSet |
withoutAll(CharIterable elements) |
add, addAll, addAll, charIterator, clear, remove, removeAll, removeAll, retainAll, retainAll
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
MutableCharSet select(CharPredicate predicate)
select
in interface CharIterable
select
in interface CharSet
select
in interface MutableCharCollection
MutableCharSet reject(CharPredicate predicate)
reject
in interface CharIterable
reject
in interface CharSet
reject
in interface MutableCharCollection
<V> MutableSet<V> collect(CharToObjectFunction<? extends V> function)
collect
in interface CharIterable
collect
in interface CharSet
collect
in interface MutableCharCollection
MutableCharSet with(char element)
with
in interface MutableCharCollection
MutableCharSet without(char element)
without
in interface MutableCharCollection
MutableCharSet withAll(CharIterable elements)
withAll
in interface MutableCharCollection
MutableCharSet withoutAll(CharIterable elements)
withoutAll
in interface MutableCharCollection
MutableCharSet asUnmodifiable()
asUnmodifiable
in interface MutableCharCollection
MutableCharSet asSynchronized()
asSynchronized
in interface MutableCharCollection
CharSet freeze()
ImmutableCharSet toImmutable()
toImmutable
in interface CharSet
toImmutable
in interface MutableCharCollection
Copyright © 2004–2016. All rights reserved.