public interface ImmutableCharCollection extends CharIterable
Modifier and Type | Method and Description |
---|---|
<V> ImmutableCollection<V> |
collect(CharToObjectFunction<? extends V> function) |
ImmutableCharCollection |
newWith(char element) |
ImmutableCharCollection |
newWithAll(CharIterable elements) |
ImmutableCharCollection |
newWithout(char element) |
ImmutableCharCollection |
newWithoutAll(CharIterable elements) |
ImmutableCharCollection |
reject(CharPredicate predicate) |
ImmutableCharCollection |
select(CharPredicate predicate) |
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
<V> ImmutableCollection<V> collect(CharToObjectFunction<? extends V> function)
collect
in interface CharIterable
ImmutableCharCollection select(CharPredicate predicate)
select
in interface CharIterable
ImmutableCharCollection reject(CharPredicate predicate)
reject
in interface CharIterable
ImmutableCharCollection newWith(char element)
ImmutableCharCollection newWithout(char element)
ImmutableCharCollection newWithAll(CharIterable elements)
ImmutableCharCollection newWithoutAll(CharIterable elements)
Copyright © 2004–2016. All rights reserved.