Class CollectFloatIterable<T>
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable
org.eclipse.collections.impl.lazy.primitive.CollectFloatIterable<T>
- All Implemented Interfaces:
FloatIterable,LazyFloatIterable,PrimitiveIterable
This file was automatically generated from template file collectPrimitiveIterable.stg.
-
Constructor Summary
ConstructorsConstructorDescriptionCollectFloatIterable(LazyIterable<T> adapted, FloatFunction<? super T> function) -
Method Summary
Modifier and TypeMethodDescriptionbooleanallSatisfy(FloatPredicate predicate) booleananySatisfy(FloatPredicate predicate) booleancontainsAll(float... source) booleancontainsAll(FloatIterable source) intcount(FloatPredicate predicate) voideach(FloatProcedure procedure) booleanisEmpty()booleannotEmpty()intsize()float[]toArray()toBag()toList()toSet()float[]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, toSortedList, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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 Details
-
CollectFloatIterable
-
-
Method Details
-
floatIterator
-
each
- 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
- Specified by:
countin interfaceFloatIterable- Overrides:
countin classAbstractLazyFloatIterable
-
anySatisfy
- Specified by:
anySatisfyin interfaceFloatIterable- Overrides:
anySatisfyin classAbstractLazyFloatIterable
-
allSatisfy
- Specified by:
allSatisfyin interfaceFloatIterable- Overrides:
allSatisfyin classAbstractLazyFloatIterable
-
toArray
public float[] toArray()- Specified by:
toArrayin interfaceFloatIterable- Overrides:
toArrayin classAbstractLazyFloatIterable
-
toSortedArray
public float[] toSortedArray()- Specified by:
toSortedArrayin interfaceFloatIterable- Overrides:
toSortedArrayin classAbstractLazyFloatIterable
-
toList
- Specified by:
toListin interfaceFloatIterable- Overrides:
toListin classAbstractLazyFloatIterable
-
toSet
- Specified by:
toSetin interfaceFloatIterable- Overrides:
toSetin classAbstractLazyFloatIterable
-
toBag
- Specified by:
toBagin interfaceFloatIterable- Overrides:
toBagin classAbstractLazyFloatIterable
-
containsAll
public boolean containsAll(float... source) - Specified by:
containsAllin interfaceFloatIterable- Overrides:
containsAllin classAbstractLazyFloatIterable
-
containsAll
- Specified by:
containsAllin interfaceFloatIterable- Overrides:
containsAllin classAbstractLazyFloatIterable
-