Class SelectFloatIterable
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable
-
- org.eclipse.collections.impl.lazy.primitive.SelectFloatIterable
-
- All Implemented Interfaces:
FloatIterable,LazyFloatIterable,PrimitiveIterable
public class SelectFloatIterable extends AbstractLazyFloatIterable
This file was automatically generated from template file selectPrimitiveIterable.stg.
-
-
Constructor Summary
Constructors Constructor Description SelectFloatIterable(FloatIterable delegate, FloatPredicate predicate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallSatisfy(FloatPredicate predicate)booleananySatisfy(FloatPredicate predicate)booleancontainsAll(float... source)booleancontainsAll(FloatIterable source)intcount(FloatPredicate predicate)voideach(FloatProcedure procedure)FloatIteratorfloatIterator()booleanisEmpty()booleannotEmpty()intsize()float[]toArray()MutableFloatBagtoBag()MutableFloatListtoList()MutableFloatSettoSet()-
Methods inherited from class org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable
appendString, appendString, appendString, asLazy, average, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, detectIfNone, flatCollect, injectInto, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, tap, toSortedArray, 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
-
SelectFloatIterable
public SelectFloatIterable(FloatIterable delegate, FloatPredicate predicate)
-
-
Method Detail
-
floatIterator
public FloatIterator floatIterator()
-
each
public void each(FloatProcedure procedure)
- Since:
- 7.0.
-
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
-
count
public int count(FloatPredicate predicate)
- Specified by:
countin interfaceFloatIterable- Overrides:
countin classAbstractLazyFloatIterable
-
anySatisfy
public boolean anySatisfy(FloatPredicate predicate)
- Specified by:
anySatisfyin interfaceFloatIterable- Overrides:
anySatisfyin classAbstractLazyFloatIterable
-
allSatisfy
public boolean allSatisfy(FloatPredicate predicate)
- Specified by:
allSatisfyin interfaceFloatIterable- Overrides:
allSatisfyin classAbstractLazyFloatIterable
-
toArray
public float[] toArray()
- Specified by:
toArrayin interfaceFloatIterable- Overrides:
toArrayin 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
-
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
-
-