public interface OrderedShortIterable extends ShortIterable
| Modifier and Type | Method and Description |
|---|---|
<V> OrderedIterable<V> |
collect(ShortToObjectFunction<? extends V> function) |
void |
forEachWithIndex(ShortIntProcedure procedure) |
short |
getFirst() |
int |
indexOf(short value) |
<T> T |
injectIntoWithIndex(T injectedValue,
ObjectShortIntToObjectFunction<? super T,? extends T> function) |
OrderedShortIterable |
reject(ShortPredicate predicate) |
OrderedShortIterable |
select(ShortPredicate predicate) |
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, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringshort getFirst()
int indexOf(short value)
OrderedShortIterable select(ShortPredicate predicate)
select in interface ShortIterableOrderedShortIterable reject(ShortPredicate predicate)
reject in interface ShortIterable<V> OrderedIterable<V> collect(ShortToObjectFunction<? extends V> function)
collect in interface ShortIterable<T> T injectIntoWithIndex(T injectedValue,
ObjectShortIntToObjectFunction<? super T,? extends T> function)
void forEachWithIndex(ShortIntProcedure procedure)
Copyright © 2004–2016. All rights reserved.