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, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString<V> ImmutableCollection<V> collect(CharToObjectFunction<? extends V> function)
collect in interface CharIterableImmutableCharCollection select(CharPredicate predicate)
select in interface CharIterableImmutableCharCollection reject(CharPredicate predicate)
reject in interface CharIterableImmutableCharCollection newWith(char element)
ImmutableCharCollection newWithout(char element)
ImmutableCharCollection newWithAll(CharIterable elements)
ImmutableCharCollection newWithoutAll(CharIterable elements)
Copyright © 2004–2017. All rights reserved.