public abstract class AbstractImmutableCharSet extends AbstractCharSet implements ImmutableCharSet
| Constructor and Description |
|---|
AbstractImmutableCharSet() |
| Modifier and Type | Method and Description |
|---|---|
RichIterable<CharIterable> |
chunk(int size) |
CharSet |
freeze() |
ImmutableCharSet |
newWith(char element) |
ImmutableCharSet |
newWithAll(CharIterable elements) |
ImmutableCharSet |
newWithout(char element) |
ImmutableCharSet |
newWithoutAll(CharIterable elements) |
ImmutableCharSet |
toImmutable() |
cartesianProduct, equals, hashCodeasLazy, average, maxIfEmpty, median, minIfEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringcollect, difference, intersect, reject, select, symmetricDifference, tap, unioncartesianProduct, equals, hashCode, isProperSubsetOf, isSubsetOfallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, charIterator, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, containsAny, containsAny, containsNone, containsNone, count, detectIfNone, each, flatCollect, forEach, injectInto, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toSortedList, toSortedListBy, toSortedListByappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringpublic ImmutableCharSet newWith(char element)
newWith in interface ImmutableCharCollectionnewWith in interface ImmutableCharSetpublic ImmutableCharSet newWithout(char element)
newWithout in interface ImmutableCharCollectionnewWithout in interface ImmutableCharSetpublic ImmutableCharSet newWithAll(CharIterable elements)
newWithAll in interface ImmutableCharCollectionnewWithAll in interface ImmutableCharSetpublic ImmutableCharSet newWithoutAll(CharIterable elements)
newWithoutAll in interface ImmutableCharCollectionnewWithoutAll in interface ImmutableCharSetpublic ImmutableCharSet toImmutable()
toImmutable in interface CharSetpublic RichIterable<CharIterable> chunk(int size)
chunk in interface CharIterableCopyright © 2004–2022. All rights reserved.