public interface ReversibleFloatIterable extends OrderedFloatIterable
| Modifier and Type | Method and Description |
|---|---|
LazyFloatIterable |
asReversed() |
<V> ReversibleIterable<V> |
collect(FloatToObjectFunction<? extends V> function) |
ReversibleFloatIterable |
distinct() |
float |
getLast() |
<T> T |
injectIntoWithIndex(T injectedValue,
ObjectFloatIntToObjectFunction<? super T,? extends T> function) |
ReversibleFloatIterable |
reject(FloatPredicate predicate) |
ReversibleFloatIterable |
select(FloatPredicate predicate) |
ReversibleFloatIterable |
toReversed() |
forEachWithIndex, getFirst, indexOfallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringfloat getLast()
LazyFloatIterable asReversed()
ReversibleFloatIterable select(FloatPredicate predicate)
select in interface FloatIterableselect in interface OrderedFloatIterableReversibleFloatIterable reject(FloatPredicate predicate)
reject in interface FloatIterablereject in interface OrderedFloatIterable<V> ReversibleIterable<V> collect(FloatToObjectFunction<? extends V> function)
collect in interface FloatIterablecollect in interface OrderedFloatIterableReversibleFloatIterable toReversed()
ReversibleFloatIterable distinct()
<T> T injectIntoWithIndex(T injectedValue,
ObjectFloatIntToObjectFunction<? super T,? extends T> function)
injectIntoWithIndex in interface OrderedFloatIterableCopyright © 2004–2016. All rights reserved.