public abstract class AbstractLazyFloatIterable extends Object implements LazyFloatIterable
| Constructor and Description |
|---|
AbstractLazyFloatIterable() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitaverageIfEmpty, 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, toSortedListBypublic int size()
size in interface PrimitiveIterablepublic String toString()
toString in interface PrimitiveIterabletoString in class Objectpublic boolean isEmpty()
isEmpty in interface PrimitiveIterablepublic boolean notEmpty()
notEmpty in interface PrimitiveIterablepublic String makeString()
makeString in interface PrimitiveIterablepublic String makeString(String separator)
makeString in interface PrimitiveIterablepublic String makeString(String start, String separator, String end)
makeString in interface PrimitiveIterablepublic void appendString(Appendable appendable)
appendString in interface PrimitiveIterablepublic void appendString(Appendable appendable, String separator)
appendString in interface PrimitiveIterablepublic void appendString(Appendable appendable, String start, String separator, String end)
appendString in interface PrimitiveIterablepublic boolean contains(float value)
contains in interface FloatIterablepublic boolean containsAll(float... source)
containsAll in interface FloatIterablepublic boolean containsAll(FloatIterable source)
containsAll in interface FloatIterablepublic LazyFloatIterable select(FloatPredicate predicate)
select in interface FloatIterableselect in interface LazyFloatIterablepublic LazyFloatIterable reject(FloatPredicate predicate)
reject in interface FloatIterablereject in interface LazyFloatIterablepublic LazyFloatIterable tap(FloatProcedure procedure)
tap in interface FloatIterabletap in interface LazyFloatIterablepublic <V> LazyIterable<V> collect(FloatToObjectFunction<? extends V> function)
collect in interface FloatIterablecollect in interface LazyFloatIterablepublic <V> LazyIterable<V> flatCollect(FloatToObjectFunction<? extends Iterable<V>> function)
flatCollect in interface LazyFloatIterablepublic LazyBooleanIterable collectBoolean(FloatToBooleanFunction function)
collectBoolean in interface LazyFloatIterablepublic LazyByteIterable collectByte(FloatToByteFunction function)
collectByte in interface LazyFloatIterablepublic LazyCharIterable collectChar(FloatToCharFunction function)
collectChar in interface LazyFloatIterablepublic LazyShortIterable collectShort(FloatToShortFunction function)
collectShort in interface LazyFloatIterablepublic LazyIntIterable collectInt(FloatToIntFunction function)
collectInt in interface LazyFloatIterablepublic LazyFloatIterable collectFloat(FloatToFloatFunction function)
collectFloat in interface LazyFloatIterablepublic LazyLongIterable collectLong(FloatToLongFunction function)
collectLong in interface LazyFloatIterablepublic LazyDoubleIterable collectDouble(FloatToDoubleFunction function)
collectDouble in interface LazyFloatIterablepublic float detectIfNone(FloatPredicate predicate, float ifNone)
detectIfNone in interface FloatIterablepublic int count(FloatPredicate predicate)
count in interface FloatIterablepublic boolean anySatisfy(FloatPredicate predicate)
anySatisfy in interface FloatIterablepublic boolean allSatisfy(FloatPredicate predicate)
allSatisfy in interface FloatIterablepublic boolean noneSatisfy(FloatPredicate predicate)
noneSatisfy in interface FloatIterablepublic <T> T injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function)
injectInto in interface FloatIterablepublic RichIterable<FloatIterable> chunk(int size)
chunk in interface FloatIterablepublic float[] toArray()
toArray in interface FloatIterablepublic MutableFloatList toList()
toList in interface FloatIterablepublic MutableFloatSet toSet()
toSet in interface FloatIterablepublic MutableFloatBag toBag()
toBag in interface FloatIterablepublic double sum()
sum in interface FloatIterablepublic float max()
max in interface FloatIterablepublic float maxIfEmpty(float ifEmpty)
maxIfEmpty in interface FloatIterablepublic float min()
min in interface FloatIterablepublic float minIfEmpty(float ifEmpty)
minIfEmpty in interface FloatIterablepublic double average()
average in interface FloatIterablepublic double median()
median in interface FloatIterablepublic float[] toSortedArray()
toSortedArray in interface FloatIterablepublic MutableFloatList toSortedList()
toSortedList in interface FloatIterablepublic LazyFloatIterable asLazy()
asLazy in interface FloatIterableCopyright © 2004–2022. All rights reserved.