public interface ImmutableCharSet extends ImmutableCharCollection, CharSet
| Modifier and Type | Method and Description | 
|---|---|
<V> ImmutableSet<V> | 
collect(CharToObjectFunction<? extends V> function)  | 
ImmutableCharSet | 
newWith(char element)  | 
ImmutableCharSet | 
newWithAll(CharIterable elements)  | 
ImmutableCharSet | 
newWithout(char element)  | 
ImmutableCharSet | 
newWithoutAll(CharIterable elements)  | 
ImmutableCharSet | 
reject(CharPredicate predicate)  | 
ImmutableCharSet | 
select(CharPredicate predicate)  | 
equals, freeze, hashCode, toImmutableallSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableCharSet select(CharPredicate predicate)
select in interface CharIterableselect in interface CharSetselect in interface ImmutableCharCollectionImmutableCharSet reject(CharPredicate predicate)
reject in interface CharIterablereject in interface CharSetreject in interface ImmutableCharCollection<V> ImmutableSet<V> collect(CharToObjectFunction<? extends V> function)
collect in interface CharIterablecollect in interface CharSetcollect in interface ImmutableCharCollectionImmutableCharSet newWith(char element)
newWith in interface ImmutableCharCollectionImmutableCharSet newWithout(char element)
newWithout in interface ImmutableCharCollectionImmutableCharSet newWithAll(CharIterable elements)
newWithAll in interface ImmutableCharCollectionImmutableCharSet newWithoutAll(CharIterable elements)
newWithoutAll in interface ImmutableCharCollectionCopyright © 2004–2016. All rights reserved.