Class ReverseFloatIterable
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable
-
- org.eclipse.collections.impl.lazy.primitive.ReverseFloatIterable
-
- All Implemented Interfaces:
FloatIterable,LazyFloatIterable,PrimitiveIterable
public class ReverseFloatIterable extends AbstractLazyFloatIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.- Since:
- 5.0.
- See Also:
ReverseIterable
-
-
Constructor Summary
Constructors Constructor Description ReverseFloatIterable(FloatList newAdapted)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReverseFloatIterableadapt(FloatList floatList)LazyFloatIterableasLazy()doubleaverage()booleancontains(float value)booleancontainsAll(float... source)booleancontainsAll(FloatIterable source)voideach(FloatProcedure procedure)FloatIteratorfloatIterator()booleanisEmpty()floatmax()floatmaxIfEmpty(float defaultValue)doublemedian()floatmin()floatminIfEmpty(float defaultValue)booleannotEmpty()intsize()doublesum()float[]toArray()MutableFloatBagtoBag()MutableFloatListtoList()MutableFloatSettoSet()float[]toSortedArray()-
Methods inherited from class org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable
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, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.FloatIterable
averageIfEmpty, 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, toSortedListBy
-
-
-
-
Constructor Detail
-
ReverseFloatIterable
public ReverseFloatIterable(FloatList newAdapted)
-
-
Method Detail
-
adapt
public static ReverseFloatIterable adapt(FloatList floatList)
-
floatIterator
public FloatIterator floatIterator()
-
each
public void each(FloatProcedure procedure)
- Since:
- 7.0.
-
sum
public double sum()
- Specified by:
sumin interfaceFloatIterable- Overrides:
sumin classAbstractLazyFloatIterable
-
max
public float max()
- Specified by:
maxin interfaceFloatIterable- Overrides:
maxin classAbstractLazyFloatIterable
-
min
public float min()
- Specified by:
minin interfaceFloatIterable- Overrides:
minin classAbstractLazyFloatIterable
-
minIfEmpty
public float minIfEmpty(float defaultValue)
- Specified by:
minIfEmptyin interfaceFloatIterable- Overrides:
minIfEmptyin classAbstractLazyFloatIterable
-
maxIfEmpty
public float maxIfEmpty(float defaultValue)
- Specified by:
maxIfEmptyin interfaceFloatIterable- Overrides:
maxIfEmptyin classAbstractLazyFloatIterable
-
average
public double average()
- Specified by:
averagein interfaceFloatIterable- Overrides:
averagein classAbstractLazyFloatIterable
-
median
public double median()
- Specified by:
medianin interfaceFloatIterable- Overrides:
medianin classAbstractLazyFloatIterable
-
toSortedArray
public float[] toSortedArray()
- Specified by:
toSortedArrayin interfaceFloatIterable- Overrides:
toSortedArrayin classAbstractLazyFloatIterable
-
toArray
public float[] toArray()
- Specified by:
toArrayin interfaceFloatIterable- Overrides:
toArrayin classAbstractLazyFloatIterable
-
contains
public boolean contains(float value)
- Specified by:
containsin interfaceFloatIterable- Overrides:
containsin classAbstractLazyFloatIterable
-
containsAll
public boolean containsAll(float... source)
- Specified by:
containsAllin interfaceFloatIterable- Overrides:
containsAllin classAbstractLazyFloatIterable
-
containsAll
public boolean containsAll(FloatIterable source)
- Specified by:
containsAllin interfaceFloatIterable- Overrides:
containsAllin classAbstractLazyFloatIterable
-
size
public int size()
- Specified by:
sizein interfacePrimitiveIterable- Overrides:
sizein classAbstractLazyFloatIterable
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfacePrimitiveIterable- Overrides:
isEmptyin classAbstractLazyFloatIterable
-
notEmpty
public boolean notEmpty()
- Specified by:
notEmptyin interfacePrimitiveIterable- Overrides:
notEmptyin classAbstractLazyFloatIterable
-
toList
public MutableFloatList toList()
- Specified by:
toListin interfaceFloatIterable- Overrides:
toListin classAbstractLazyFloatIterable
-
toSet
public MutableFloatSet toSet()
- Specified by:
toSetin interfaceFloatIterable- Overrides:
toSetin classAbstractLazyFloatIterable
-
toBag
public MutableFloatBag toBag()
- Specified by:
toBagin interfaceFloatIterable- Overrides:
toBagin classAbstractLazyFloatIterable
-
asLazy
public LazyFloatIterable asLazy()
- Specified by:
asLazyin interfaceFloatIterable- Overrides:
asLazyin classAbstractLazyFloatIterable
-
-