public class ReverseFloatIterable extends AbstractLazyFloatIterable
ReverseIterable| Constructor and Description |
|---|
ReverseFloatIterable(FloatList newAdapted) |
| Modifier and Type | Method and Description |
|---|---|
static ReverseFloatIterable |
adapt(FloatList floatList) |
LazyFloatIterable |
asLazy() |
double |
average() |
boolean |
contains(float value) |
boolean |
containsAll(float... source) |
boolean |
containsAll(FloatIterable source) |
void |
each(FloatProcedure procedure) |
FloatIterator |
floatIterator() |
boolean |
isEmpty() |
float |
max() |
float |
maxIfEmpty(float defaultValue) |
double |
median() |
float |
min() |
float |
minIfEmpty(float defaultValue) |
boolean |
notEmpty() |
int |
size() |
double |
sum() |
float[] |
toArray() |
MutableFloatBag |
toBag() |
MutableFloatList |
toList() |
MutableFloatSet |
toSet() |
float[] |
toSortedArray() |
allSatisfy, anySatisfy, appendString, appendString, appendString, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, count, detectIfNone, flatCollect, injectInto, makeString, makeString, makeString, noneSatisfy, reject, select, tap, toSortedList, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaverageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, containsAny, containsAny, containsNone, containsNone, flatCollect, forEach, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, medianIfEmpty, reduce, reduceIfEmpty, reject, select, summaryStatistics, toArray, toSortedList, toSortedListBy, toSortedListBypublic ReverseFloatIterable(FloatList newAdapted)
public static ReverseFloatIterable adapt(FloatList floatList)
public FloatIterator floatIterator()
public void each(FloatProcedure procedure)
public double sum()
sum in interface FloatIterablesum in class AbstractLazyFloatIterablepublic float max()
max in interface FloatIterablemax in class AbstractLazyFloatIterablepublic float min()
min in interface FloatIterablemin in class AbstractLazyFloatIterablepublic float minIfEmpty(float defaultValue)
minIfEmpty in interface FloatIterableminIfEmpty in class AbstractLazyFloatIterablepublic float maxIfEmpty(float defaultValue)
maxIfEmpty in interface FloatIterablemaxIfEmpty in class AbstractLazyFloatIterablepublic double average()
average in interface FloatIterableaverage in class AbstractLazyFloatIterablepublic double median()
median in interface FloatIterablemedian in class AbstractLazyFloatIterablepublic float[] toSortedArray()
toSortedArray in interface FloatIterabletoSortedArray in class AbstractLazyFloatIterablepublic float[] toArray()
toArray in interface FloatIterabletoArray in class AbstractLazyFloatIterablepublic boolean contains(float value)
contains in interface FloatIterablecontains in class AbstractLazyFloatIterablepublic boolean containsAll(float... source)
containsAll in interface FloatIterablecontainsAll in class AbstractLazyFloatIterablepublic boolean containsAll(FloatIterable source)
containsAll in interface FloatIterablecontainsAll in class AbstractLazyFloatIterablepublic int size()
size in interface PrimitiveIterablesize in class AbstractLazyFloatIterablepublic boolean isEmpty()
isEmpty in interface PrimitiveIterableisEmpty in class AbstractLazyFloatIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablenotEmpty in class AbstractLazyFloatIterablepublic MutableFloatList toList()
toList in interface FloatIterabletoList in class AbstractLazyFloatIterablepublic MutableFloatSet toSet()
toSet in interface FloatIterabletoSet in class AbstractLazyFloatIterablepublic MutableFloatBag toBag()
toBag in interface FloatIterabletoBag in class AbstractLazyFloatIterablepublic LazyFloatIterable asLazy()
asLazy in interface FloatIterableasLazy in class AbstractLazyFloatIterableCopyright © 2004–2022. All rights reserved.