public interface ReversibleFloatIterable extends FloatIterable
Modifier and Type | Method and Description |
---|---|
LazyFloatIterable |
asReversed() |
<V> ReversibleIterable<V> |
collect(FloatToObjectFunction<? extends V> function) |
void |
forEachWithIndex(FloatIntProcedure procedure) |
float |
getFirst() |
float |
getLast() |
int |
indexOf(float value) |
<T> T |
injectIntoWithIndex(T injectedValue,
ObjectFloatIntToObjectFunction<? super T,? extends T> function) |
ReversibleFloatIterable |
reject(FloatPredicate predicate) |
ReversibleFloatIterable |
select(FloatPredicate predicate) |
ReversibleFloatIterable |
toReversed() |
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, floatIterator, 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
float getFirst()
float getLast()
int indexOf(float value)
LazyFloatIterable asReversed()
ReversibleFloatIterable select(FloatPredicate predicate)
select
in interface FloatIterable
ReversibleFloatIterable reject(FloatPredicate predicate)
reject
in interface FloatIterable
<V> ReversibleIterable<V> collect(FloatToObjectFunction<? extends V> function)
collect
in interface FloatIterable
ReversibleFloatIterable toReversed()
<T> T injectIntoWithIndex(T injectedValue, ObjectFloatIntToObjectFunction<? super T,? extends T> function)
void forEachWithIndex(FloatIntProcedure procedure)
Copyright © 2004–2019. All rights reserved.