public interface CharIterable extends PrimitiveIterable
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
CharIterator charIterator()
char[] toArray()
boolean contains(char value)
boolean containsAll(char... source)
boolean containsAll(CharIterable source)
void forEach(CharProcedure procedure)
void each(CharProcedure procedure)
CharIterable select(CharPredicate predicate)
CharIterable reject(CharPredicate predicate)
<V> RichIterable<V> collect(CharToObjectFunction<? extends V> function)
char detectIfNone(CharPredicate predicate, char ifNone)
int count(CharPredicate predicate)
boolean anySatisfy(CharPredicate predicate)
boolean allSatisfy(CharPredicate predicate)
boolean noneSatisfy(CharPredicate predicate)
MutableCharList toList()
MutableCharSet toSet()
MutableCharBag toBag()
LazyCharIterable asLazy()
<T> T injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
long sum()
char max()
char maxIfEmpty(char defaultValue)
char min()
char minIfEmpty(char defaultValue)
double average()
double median()
char[] toSortedArray()
MutableCharList toSortedList()
Copyright © 2004–2016. All rights reserved.