public interface ReversibleShortIterable extends ShortIterable
Modifier and Type | Method and Description |
---|---|
LazyShortIterable |
asReversed() |
<V> ReversibleIterable<V> |
collect(ShortToObjectFunction<? extends V> function) |
void |
forEachWithIndex(ShortIntProcedure procedure) |
short |
getFirst() |
short |
getLast() |
int |
indexOf(short value) |
<T> T |
injectIntoWithIndex(T injectedValue,
ObjectShortIntToObjectFunction<? super T,? extends T> function) |
ReversibleShortIterable |
reject(ShortPredicate predicate) |
ReversibleShortIterable |
select(ShortPredicate predicate) |
ReversibleShortIterable |
toReversed() |
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, 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 getFirst()
short getLast()
int indexOf(short value)
LazyShortIterable asReversed()
ReversibleShortIterable select(ShortPredicate predicate)
select
in interface ShortIterable
ReversibleShortIterable reject(ShortPredicate predicate)
reject
in interface ShortIterable
<V> ReversibleIterable<V> collect(ShortToObjectFunction<? extends V> function)
collect
in interface ShortIterable
ReversibleShortIterable toReversed()
<T> T injectIntoWithIndex(T injectedValue, ObjectShortIntToObjectFunction<? super T,? extends T> function)
void forEachWithIndex(ShortIntProcedure procedure)
Copyright © 2004–2017. All rights reserved.