public interface OrderedDoubleIterable extends DoubleIterable
Modifier and Type | Method and Description |
---|---|
<V> OrderedIterable<V> |
collect(DoubleToObjectFunction<? extends V> function) |
void |
forEachWithIndex(DoubleIntProcedure procedure) |
double |
getFirst() |
int |
indexOf(double value) |
<T> T |
injectIntoWithIndex(T injectedValue,
ObjectDoubleIntToObjectFunction<? super T,? extends T> function) |
OrderedDoubleIterable |
reject(DoublePredicate predicate) |
OrderedDoubleIterable |
select(DoublePredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
double getFirst()
int indexOf(double value)
OrderedDoubleIterable select(DoublePredicate predicate)
select
in interface DoubleIterable
OrderedDoubleIterable reject(DoublePredicate predicate)
reject
in interface DoubleIterable
<V> OrderedIterable<V> collect(DoubleToObjectFunction<? extends V> function)
collect
in interface DoubleIterable
<T> T injectIntoWithIndex(T injectedValue, ObjectDoubleIntToObjectFunction<? super T,? extends T> function)
void forEachWithIndex(DoubleIntProcedure procedure)
Copyright © 2004–2016. All rights reserved.