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, indexOf
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, shortIterator, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
short getLast()
LazyShortIterable asReversed()
ReversibleShortIterable select(ShortPredicate predicate)
select
in interface OrderedShortIterable
select
in interface ShortIterable
ReversibleShortIterable reject(ShortPredicate predicate)
reject
in interface OrderedShortIterable
reject
in interface ShortIterable
<V> ReversibleIterable<V> collect(ShortToObjectFunction<? extends V> function)
collect
in interface OrderedShortIterable
collect
in interface ShortIterable
ReversibleShortIterable toReversed()
ReversibleShortIterable distinct()
<T> T injectIntoWithIndex(T injectedValue, ObjectShortIntToObjectFunction<? super T,? extends T> function)
injectIntoWithIndex
in interface OrderedShortIterable
Copyright © 2004–2016. All rights reserved.