FloatIterable
, OrderedFloatIterable
, PrimitiveIterable
FloatList
, ImmutableFloatList
, MutableFloatList
FloatArrayList
, SynchronizedFloatList
, UnmodifiableFloatList
public interface ReversibleFloatIterable extends OrderedFloatIterable
Modifier and Type | Method | Description |
---|---|---|
LazyFloatIterable |
asReversed() |
|
<V> ReversibleIterable<V> |
collect(FloatToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ReversibleFloatIterable |
distinct() |
|
float |
getLast() |
|
<T> T |
injectIntoWithIndex(T injectedValue,
ObjectFloatIntToObjectFunction<? super T,? extends T> function) |
|
ReversibleFloatIterable |
reject(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return false for the specified predicate.
|
ReversibleFloatIterable |
select(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return true for the specified predicate.
|
ReversibleFloatIterable |
toReversed() |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, floatIterator, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, tap, toArray, toBag, toList, toSet, toSortedArray, toSortedList
forEachWithIndex, getFirst, indexOf
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
float getLast()
LazyFloatIterable asReversed()
ReversibleFloatIterable select(FloatPredicate predicate)
FloatIterable
select
in interface FloatIterable
select
in interface OrderedFloatIterable
ReversibleFloatIterable reject(FloatPredicate predicate)
FloatIterable
reject
in interface FloatIterable
reject
in interface OrderedFloatIterable
<V> ReversibleIterable<V> collect(FloatToObjectFunction<? extends V> function)
FloatIterable
collect
in interface FloatIterable
collect
in interface OrderedFloatIterable
ReversibleFloatIterable toReversed()
ReversibleFloatIterable distinct()
<T> T injectIntoWithIndex(T injectedValue, ObjectFloatIntToObjectFunction<? super T,? extends T> function)
injectIntoWithIndex
in interface OrderedFloatIterable
Copyright © 2004–2017. All rights reserved.