public interface ReversibleCharIterable extends CharIterable
Modifier and Type | Method and Description |
---|---|
LazyCharIterable |
asReversed() |
<V> ReversibleIterable<V> |
collect(CharToObjectFunction<? extends V> function) |
void |
forEachWithIndex(CharIntProcedure procedure) |
char |
getFirst() |
char |
getLast() |
int |
indexOf(char value) |
<T> T |
injectIntoWithIndex(T injectedValue,
ObjectCharIntToObjectFunction<? super T,? extends T> function) |
ReversibleCharIterable |
reject(CharPredicate predicate) |
ReversibleCharIterable |
select(CharPredicate predicate) |
ReversibleCharIterable |
toReversed() |
allSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
char getFirst()
char getLast()
int indexOf(char value)
LazyCharIterable asReversed()
ReversibleCharIterable select(CharPredicate predicate)
select
in interface CharIterable
ReversibleCharIterable reject(CharPredicate predicate)
reject
in interface CharIterable
<V> ReversibleIterable<V> collect(CharToObjectFunction<? extends V> function)
collect
in interface CharIterable
ReversibleCharIterable toReversed()
<T> T injectIntoWithIndex(T injectedValue, ObjectCharIntToObjectFunction<? super T,? extends T> function)
void forEachWithIndex(CharIntProcedure procedure)
Copyright © 2004–2017. All rights reserved.