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, retainAllallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringMutableCharSet select(CharPredicate predicate)
select in interface CharIterableselect in interface CharSetselect in interface MutableCharCollectionMutableCharSet reject(CharPredicate predicate)
reject in interface CharIterablereject in interface CharSetreject in interface MutableCharCollection<V> MutableSet<V> collect(CharToObjectFunction<? extends V> function)
collect in interface CharIterablecollect in interface CharSetcollect in interface MutableCharCollectionMutableCharSet with(char element)
with in interface MutableCharCollectionMutableCharSet without(char element)
without in interface MutableCharCollectionMutableCharSet withAll(CharIterable elements)
withAll in interface MutableCharCollectionMutableCharSet withoutAll(CharIterable elements)
withoutAll in interface MutableCharCollectionMutableCharSet asUnmodifiable()
asUnmodifiable in interface MutableCharCollectionMutableCharSet asSynchronized()
asSynchronized in interface MutableCharCollectionCharSet freeze()
ImmutableCharSet toImmutable()
toImmutable in interface CharSettoImmutable in interface MutableCharCollectionCopyright © 2004–2017. All rights reserved.