Class AbstractLazyFloatIterable
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.AbstractLazyFloatIterable
- All Implemented Interfaces:
FloatIterable,LazyFloatIterable,PrimitiveIterable
- Direct Known Subclasses:
CollectBooleanToFloatIterable,CollectByteToFloatIterable,CollectCharToFloatIterable,CollectDoubleToFloatIterable,CollectFloatIterable,CollectFloatToFloatIterable,CollectIntToFloatIterable,CollectLongToFloatIterable,CollectShortToFloatIterable,LazyFloatIterableAdapter,ReverseFloatIterable,SelectFloatIterable,TapFloatIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.
- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanallSatisfy(FloatPredicate predicate) booleananySatisfy(FloatPredicate predicate) voidappendString(Appendable appendable) voidappendString(Appendable appendable, String separator) voidappendString(Appendable appendable, String start, String separator, String end) asLazy()doubleaverage()chunk(int size) <V> LazyIterable<V>collect(FloatToObjectFunction<? extends V> function) collectBoolean(FloatToBooleanFunction function) collectByte(FloatToByteFunction function) collectChar(FloatToCharFunction function) collectDouble(FloatToDoubleFunction function) collectFloat(FloatToFloatFunction function) collectInt(FloatToIntFunction function) collectLong(FloatToLongFunction function) collectShort(FloatToShortFunction function) booleancontains(float value) booleancontainsAll(float... source) booleancontainsAll(FloatIterable source) intcount(FloatPredicate predicate) floatdetectIfNone(FloatPredicate predicate, float ifNone) <V> LazyIterable<V>flatCollect(FloatToObjectFunction<? extends Iterable<V>> function) <T> TinjectInto(T injectedValue, ObjectFloatToObjectFunction<? super T, ? extends T> function) booleanisEmpty()makeString(String separator) makeString(String start, String separator, String end) floatmax()floatmaxIfEmpty(float ifEmpty) doublemedian()floatmin()floatminIfEmpty(float ifEmpty) booleannoneSatisfy(FloatPredicate predicate) booleannotEmpty()reject(FloatPredicate predicate) select(FloatPredicate predicate) intsize()doublesum()tap(FloatProcedure procedure) float[]toArray()toBag()toList()toSet()float[]toString()Methods 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, each, flatCollect, floatIterator, forEach, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, medianIfEmpty, reduce, reduceIfEmpty, reject, select, summaryStatistics, toArray, toSortedList, toSortedListBy, toSortedListBy
-
Constructor Details
-
AbstractLazyFloatIterable
public AbstractLazyFloatIterable()
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfacePrimitiveIterable
-
toString
- Specified by:
toStringin interfacePrimitiveIterable- Overrides:
toStringin classObject
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfacePrimitiveIterable
-
notEmpty
public boolean notEmpty()- Specified by:
notEmptyin interfacePrimitiveIterable
-
makeString
- Specified by:
makeStringin interfacePrimitiveIterable
-
makeString
- Specified by:
makeStringin interfacePrimitiveIterable
-
makeString
- Specified by:
makeStringin interfacePrimitiveIterable
-
appendString
- Specified by:
appendStringin interfacePrimitiveIterable
-
appendString
- Specified by:
appendStringin interfacePrimitiveIterable
-
appendString
- Specified by:
appendStringin interfacePrimitiveIterable
-
contains
public boolean contains(float value) - Specified by:
containsin interfaceFloatIterable
-
containsAll
public boolean containsAll(float... source) - Specified by:
containsAllin interfaceFloatIterable
-
containsAll
- Specified by:
containsAllin interfaceFloatIterable
-
select
- Specified by:
selectin interfaceFloatIterable- Specified by:
selectin interfaceLazyFloatIterable
-
reject
- Specified by:
rejectin interfaceFloatIterable- Specified by:
rejectin interfaceLazyFloatIterable
-
tap
- Specified by:
tapin interfaceFloatIterable- Specified by:
tapin interfaceLazyFloatIterable
-
collect
- Specified by:
collectin interfaceFloatIterable- Specified by:
collectin interfaceLazyFloatIterable
-
flatCollect
- Specified by:
flatCollectin interfaceLazyFloatIterable
-
collectBoolean
- Specified by:
collectBooleanin interfaceLazyFloatIterable- Since:
- 7.0
-
collectByte
- Specified by:
collectBytein interfaceLazyFloatIterable- Since:
- 7.0
-
collectChar
- Specified by:
collectCharin interfaceLazyFloatIterable- Since:
- 7.0
-
collectShort
- Specified by:
collectShortin interfaceLazyFloatIterable- Since:
- 7.0
-
collectInt
- Specified by:
collectIntin interfaceLazyFloatIterable- Since:
- 7.0
-
collectFloat
- Specified by:
collectFloatin interfaceLazyFloatIterable- Since:
- 7.0
-
collectLong
- Specified by:
collectLongin interfaceLazyFloatIterable- Since:
- 7.0
-
collectDouble
- Specified by:
collectDoublein interfaceLazyFloatIterable- Since:
- 7.0
-
detectIfNone
- Specified by:
detectIfNonein interfaceFloatIterable
-
count
- Specified by:
countin interfaceFloatIterable
-
anySatisfy
- Specified by:
anySatisfyin interfaceFloatIterable
-
allSatisfy
- Specified by:
allSatisfyin interfaceFloatIterable
-
noneSatisfy
- Specified by:
noneSatisfyin interfaceFloatIterable
-
injectInto
public <T> T injectInto(T injectedValue, ObjectFloatToObjectFunction<? super T, ? extends T> function) - Specified by:
injectIntoin interfaceFloatIterable
-
chunk
- Specified by:
chunkin interfaceFloatIterable
-
toArray
public float[] toArray()- Specified by:
toArrayin interfaceFloatIterable
-
toList
- Specified by:
toListin interfaceFloatIterable
-
toSet
- Specified by:
toSetin interfaceFloatIterable
-
toBag
- Specified by:
toBagin interfaceFloatIterable
-
sum
public double sum()- Specified by:
sumin interfaceFloatIterable
-
max
public float max()- Specified by:
maxin interfaceFloatIterable
-
maxIfEmpty
public float maxIfEmpty(float ifEmpty) - Specified by:
maxIfEmptyin interfaceFloatIterable
-
min
public float min()- Specified by:
minin interfaceFloatIterable
-
minIfEmpty
public float minIfEmpty(float ifEmpty) - Specified by:
minIfEmptyin interfaceFloatIterable
-
average
public double average()- Specified by:
averagein interfaceFloatIterable
-
median
public double median()- Specified by:
medianin interfaceFloatIterable
-
toSortedArray
public float[] toSortedArray()- Specified by:
toSortedArrayin interfaceFloatIterable
-
toSortedList
- Specified by:
toSortedListin interfaceFloatIterable
-
asLazy
- Specified by:
asLazyin interfaceFloatIterable
-