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, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringchar getFirst()
char getLast()
int indexOf(char value)
LazyCharIterable asReversed()
ReversibleCharIterable select(CharPredicate predicate)
select in interface CharIterableReversibleCharIterable reject(CharPredicate predicate)
reject in interface CharIterable<V> ReversibleIterable<V> collect(CharToObjectFunction<? extends V> function)
collect in interface CharIterableReversibleCharIterable toReversed()
<T> T injectIntoWithIndex(T injectedValue,
ObjectCharIntToObjectFunction<? super T,? extends T> function)
void forEachWithIndex(CharIntProcedure procedure)
Copyright © 2004–2017. All rights reserved.