public abstract class AbstractImmutableCharSet extends AbstractCharSet implements org.eclipse.collections.api.set.primitive.ImmutableCharSet
| Constructor and Description |
|---|
AbstractImmutableCharSet() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.primitive.CharSet |
freeze() |
org.eclipse.collections.api.set.primitive.ImmutableCharSet |
newWith(char element) |
org.eclipse.collections.api.set.primitive.ImmutableCharSet |
newWithAll(org.eclipse.collections.api.CharIterable elements) |
org.eclipse.collections.api.set.primitive.ImmutableCharSet |
newWithout(char element) |
org.eclipse.collections.api.set.primitive.ImmutableCharSet |
newWithoutAll(org.eclipse.collections.api.CharIterable elements) |
org.eclipse.collections.api.set.primitive.ImmutableCharSet |
toImmutable() |
equals, hashCodeappendString, appendString, asLazy, average, containsAll, containsAll, isEmpty, makeString, makeString, makeString, maxIfEmpty, median, minIfEmpty, notEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringcollect, reject, selectallSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListpublic org.eclipse.collections.api.set.primitive.ImmutableCharSet newWith(char element)
newWith in interface org.eclipse.collections.api.collection.primitive.ImmutableCharCollectionnewWith in interface org.eclipse.collections.api.set.primitive.ImmutableCharSetpublic org.eclipse.collections.api.set.primitive.ImmutableCharSet newWithout(char element)
newWithout in interface org.eclipse.collections.api.collection.primitive.ImmutableCharCollectionnewWithout in interface org.eclipse.collections.api.set.primitive.ImmutableCharSetpublic org.eclipse.collections.api.set.primitive.ImmutableCharSet newWithAll(org.eclipse.collections.api.CharIterable elements)
newWithAll in interface org.eclipse.collections.api.collection.primitive.ImmutableCharCollectionnewWithAll in interface org.eclipse.collections.api.set.primitive.ImmutableCharSetpublic org.eclipse.collections.api.set.primitive.ImmutableCharSet newWithoutAll(org.eclipse.collections.api.CharIterable elements)
newWithoutAll in interface org.eclipse.collections.api.collection.primitive.ImmutableCharCollectionnewWithoutAll in interface org.eclipse.collections.api.set.primitive.ImmutableCharSetpublic org.eclipse.collections.api.set.primitive.CharSet freeze()
freeze in interface org.eclipse.collections.api.set.primitive.CharSetpublic org.eclipse.collections.api.set.primitive.ImmutableCharSet toImmutable()
toImmutable in interface org.eclipse.collections.api.set.primitive.CharSetCopyright © 2004–2018. All rights reserved.