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, toImmutable
allSatisfy, 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, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
ImmutableCharSet select(CharPredicate predicate)
select
in interface CharIterable
select
in interface CharSet
select
in interface ImmutableCharCollection
ImmutableCharSet reject(CharPredicate predicate)
reject
in interface CharIterable
reject
in interface CharSet
reject
in interface ImmutableCharCollection
<V> ImmutableSet<V> collect(CharToObjectFunction<? extends V> function)
collect
in interface CharIterable
collect
in interface CharSet
collect
in interface ImmutableCharCollection
ImmutableCharSet newWith(char element)
newWith
in interface ImmutableCharCollection
ImmutableCharSet newWithout(char element)
newWithout
in interface ImmutableCharCollection
ImmutableCharSet newWithAll(CharIterable elements)
newWithAll
in interface ImmutableCharCollection
ImmutableCharSet newWithoutAll(CharIterable elements)
newWithoutAll
in interface ImmutableCharCollection
Copyright © 2004–2016. All rights reserved.