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, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringfloat getFirst()
float getLast()
int indexOf(float value)
LazyFloatIterable asReversed()
ReversibleFloatIterable select(FloatPredicate predicate)
select in interface FloatIterableReversibleFloatIterable reject(FloatPredicate predicate)
reject in interface FloatIterable<V> ReversibleIterable<V> collect(FloatToObjectFunction<? extends V> function)
collect in interface FloatIterableReversibleFloatIterable toReversed()
<T> T injectIntoWithIndex(T injectedValue,
ObjectFloatIntToObjectFunction<? super T,? extends T> function)
void forEachWithIndex(FloatIntProcedure procedure)
Copyright © 2004–2017. All rights reserved.