public interface ReversibleCharIterable extends OrderedCharIterable
| Modifier and Type | Method and Description |
|---|---|
LazyCharIterable |
asReversed() |
<V> ReversibleIterable<V> |
collect(CharToObjectFunction<? extends V> function) |
ReversibleCharIterable |
distinct() |
char |
getLast() |
<T> T |
injectIntoWithIndex(T injectedValue,
ObjectCharIntToObjectFunction<? super T,? extends T> function) |
ReversibleCharIterable |
reject(CharPredicate predicate) |
ReversibleCharIterable |
select(CharPredicate predicate) |
ReversibleCharIterable |
toReversed() |
forEachWithIndex, getFirst, indexOfallSatisfy, 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, toStringchar getLast()
LazyCharIterable asReversed()
ReversibleCharIterable select(CharPredicate predicate)
select in interface CharIterableselect in interface OrderedCharIterableReversibleCharIterable reject(CharPredicate predicate)
reject in interface CharIterablereject in interface OrderedCharIterable<V> ReversibleIterable<V> collect(CharToObjectFunction<? extends V> function)
collect in interface CharIterablecollect in interface OrderedCharIterableReversibleCharIterable toReversed()
ReversibleCharIterable distinct()
<T> T injectIntoWithIndex(T injectedValue,
ObjectCharIntToObjectFunction<? super T,? extends T> function)
injectIntoWithIndex in interface OrderedCharIterableCopyright © 2004–2017. All rights reserved.