public interface OrderedFloatIterable extends FloatIterable
| Modifier and Type | Method and Description |
|---|---|
<V> OrderedIterable<V> |
collect(FloatToObjectFunction<? extends V> function) |
void |
forEachWithIndex(FloatIntProcedure procedure) |
float |
getFirst() |
int |
indexOf(float value) |
<T> T |
injectIntoWithIndex(T injectedValue,
ObjectFloatIntToObjectFunction<? super T,? extends T> function) |
OrderedFloatIterable |
reject(FloatPredicate predicate) |
OrderedFloatIterable |
select(FloatPredicate predicate) |
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringfloat getFirst()
int indexOf(float value)
OrderedFloatIterable select(FloatPredicate predicate)
select in interface FloatIterableOrderedFloatIterable reject(FloatPredicate predicate)
reject in interface FloatIterable<V> OrderedIterable<V> collect(FloatToObjectFunction<? extends V> function)
collect in interface FloatIterable<T> T injectIntoWithIndex(T injectedValue,
ObjectFloatIntToObjectFunction<? super T,? extends T> function)
void forEachWithIndex(FloatIntProcedure procedure)
Copyright © 2004–2017. All rights reserved.