public interface ReversibleShortIterable extends OrderedShortIterable
| Modifier and Type | Method and Description |
|---|---|
LazyShortIterable |
asReversed() |
<V> ReversibleIterable<V> |
collect(ShortToObjectFunction<? extends V> function) |
ReversibleShortIterable |
distinct() |
short |
getLast() |
<T> T |
injectIntoWithIndex(T injectedValue,
ObjectShortIntToObjectFunction<? super T,? extends T> function) |
ReversibleShortIterable |
reject(ShortPredicate predicate) |
ReversibleShortIterable |
select(ShortPredicate predicate) |
ReversibleShortIterable |
toReversed() |
forEachWithIndex, getFirst, indexOfallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, shortIterator, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringshort getLast()
LazyShortIterable asReversed()
ReversibleShortIterable select(ShortPredicate predicate)
select in interface OrderedShortIterableselect in interface ShortIterableReversibleShortIterable reject(ShortPredicate predicate)
reject in interface OrderedShortIterablereject in interface ShortIterable<V> ReversibleIterable<V> collect(ShortToObjectFunction<? extends V> function)
collect in interface OrderedShortIterablecollect in interface ShortIterableReversibleShortIterable toReversed()
ReversibleShortIterable distinct()
<T> T injectIntoWithIndex(T injectedValue,
ObjectShortIntToObjectFunction<? super T,? extends T> function)
injectIntoWithIndex in interface OrderedShortIterableCopyright © 2004–2016. All rights reserved.