CharIterable, CharSet, MutableCharCollection, PrimitiveIterableAbstractMutableCharKeySet, CharHashSet, SynchronizedCharSet, UnmodifiableCharSetpublic interface MutableCharSet extends MutableCharCollection, CharSet
| Modifier and Type | Method | Description |
|---|---|---|
MutableCharSet |
asSynchronized() |
|
MutableCharSet |
asUnmodifiable() |
|
<V> MutableSet<V> |
collect(CharToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
CharSet |
freeze() |
Returns a frozen copy of this set.
|
default MutableCharSet |
newEmpty() |
Creates a new empty mutable version of the same Set type.
|
MutableCharSet |
reject(CharPredicate predicate) |
Returns a new CharIterable with all of the elements in the CharIterable that
return false for the specified predicate.
|
MutableCharSet |
select(CharPredicate predicate) |
Returns a new CharIterable with all of the elements in the CharIterable that
return true for the specified predicate.
|
default MutableCharSet |
tap(CharProcedure procedure) |
|
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) |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListadd, addAll, addAll, charIterator, clear, remove, removeAll, removeAll, removeIf, retainAll, retainAllappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringMutableCharSet select(CharPredicate predicate)
CharIterableselect in interface CharIterableselect in interface CharSetselect in interface MutableCharCollectionMutableCharSet reject(CharPredicate predicate)
CharIterablereject in interface CharIterablereject in interface CharSetreject in interface MutableCharCollectiondefault MutableCharSet tap(CharProcedure procedure)
tap in interface CharIterabletap in interface CharSettap in interface MutableCharCollection<V> MutableSet<V> collect(CharToObjectFunction<? extends V> function)
CharIterablecollect 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 MutableCharCollectiondefault MutableCharSet newEmpty()
newEmpty in interface MutableCharCollectionCopyright © 2004–2020. All rights reserved.