@NotThreadSafe public final class UnmodifiableCharSet extends AbstractUnmodifiableCharCollection implements org.eclipse.collections.api.set.primitive.MutableCharSet
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.primitive.MutableCharSet |
asSynchronized() |
org.eclipse.collections.api.set.primitive.MutableCharSet |
asUnmodifiable() |
<V> org.eclipse.collections.api.set.MutableSet<V> |
collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction<? extends V> function) |
boolean |
equals(Object otherSet) |
org.eclipse.collections.api.set.primitive.CharSet |
freeze() |
int |
hashCode() |
static UnmodifiableCharSet |
of(org.eclipse.collections.api.set.primitive.MutableCharSet set)
This method will take a MutableCharSet and wrap it directly in a UnmodifiableCharSet.
|
org.eclipse.collections.api.set.primitive.MutableCharSet |
reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate) |
org.eclipse.collections.api.set.primitive.MutableCharSet |
select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate) |
org.eclipse.collections.api.set.primitive.ImmutableCharSet |
toImmutable() |
UnmodifiableCharSet |
with(char element) |
UnmodifiableCharSet |
withAll(org.eclipse.collections.api.CharIterable elements) |
UnmodifiableCharSet |
without(char element) |
UnmodifiableCharSet |
withoutAll(org.eclipse.collections.api.CharIterable elements) |
add, addAll, addAll, allSatisfy, anySatisfy, appendString, appendString, appendString, asLazy, average, charIterator, clear, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, isEmpty, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, notEmpty, remove, removeAll, removeAll, retainAll, retainAll, size, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toStringadd, 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, toSortedListpublic static UnmodifiableCharSet of(org.eclipse.collections.api.set.primitive.MutableCharSet set)
public UnmodifiableCharSet with(char element)
with in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionwith in interface org.eclipse.collections.api.set.primitive.MutableCharSetwith in class AbstractUnmodifiableCharCollectionpublic UnmodifiableCharSet without(char element)
without in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionwithout in interface org.eclipse.collections.api.set.primitive.MutableCharSetwithout in class AbstractUnmodifiableCharCollectionpublic UnmodifiableCharSet withAll(org.eclipse.collections.api.CharIterable elements)
withAll in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionwithAll in interface org.eclipse.collections.api.set.primitive.MutableCharSetwithAll in class AbstractUnmodifiableCharCollectionpublic UnmodifiableCharSet withoutAll(org.eclipse.collections.api.CharIterable elements)
withoutAll in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionwithoutAll in interface org.eclipse.collections.api.set.primitive.MutableCharSetwithoutAll in class AbstractUnmodifiableCharCollectionpublic org.eclipse.collections.api.set.primitive.MutableCharSet select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate)
select in interface org.eclipse.collections.api.CharIterableselect in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionselect in interface org.eclipse.collections.api.set.primitive.CharSetselect in interface org.eclipse.collections.api.set.primitive.MutableCharSetselect in class AbstractUnmodifiableCharCollectionpublic org.eclipse.collections.api.set.primitive.MutableCharSet reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate predicate)
reject in interface org.eclipse.collections.api.CharIterablereject in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionreject in interface org.eclipse.collections.api.set.primitive.CharSetreject in interface org.eclipse.collections.api.set.primitive.MutableCharSetreject in class AbstractUnmodifiableCharCollectionpublic <V> org.eclipse.collections.api.set.MutableSet<V> collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction<? extends V> function)
collect in interface org.eclipse.collections.api.CharIterablecollect in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectioncollect in interface org.eclipse.collections.api.set.primitive.CharSetcollect in interface org.eclipse.collections.api.set.primitive.MutableCharSetcollect in class AbstractUnmodifiableCharCollectionpublic boolean equals(Object otherSet)
public int hashCode()
public org.eclipse.collections.api.set.primitive.MutableCharSet asUnmodifiable()
asUnmodifiable in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionasUnmodifiable in interface org.eclipse.collections.api.set.primitive.MutableCharSetasUnmodifiable in class AbstractUnmodifiableCharCollectionpublic org.eclipse.collections.api.set.primitive.MutableCharSet asSynchronized()
asSynchronized in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectionasSynchronized in interface org.eclipse.collections.api.set.primitive.MutableCharSetasSynchronized in class AbstractUnmodifiableCharCollectionpublic org.eclipse.collections.api.set.primitive.CharSet freeze()
freeze in interface org.eclipse.collections.api.set.primitive.CharSetfreeze in interface org.eclipse.collections.api.set.primitive.MutableCharSetpublic org.eclipse.collections.api.set.primitive.ImmutableCharSet toImmutable()
toImmutable in interface org.eclipse.collections.api.collection.primitive.MutableCharCollectiontoImmutable in interface org.eclipse.collections.api.set.primitive.CharSettoImmutable in interface org.eclipse.collections.api.set.primitive.MutableCharSettoImmutable in class AbstractUnmodifiableCharCollectionCopyright © 2004–2018. All rights reserved.