public abstract class AbstractLazyDoubleIterable extends Object implements LazyDoubleIterable
| Constructor and Description |
|---|
AbstractLazyDoubleIterable() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitaverageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, containsAny, containsAny, containsNone, containsNone, doubleIterator, each, flatCollect, 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(double value)
contains in interface DoubleIterablepublic boolean containsAll(double... source)
containsAll in interface DoubleIterablepublic boolean containsAll(DoubleIterable source)
containsAll in interface DoubleIterablepublic LazyDoubleIterable select(DoublePredicate predicate)
select in interface DoubleIterableselect in interface LazyDoubleIterablepublic LazyDoubleIterable reject(DoublePredicate predicate)
reject in interface DoubleIterablereject in interface LazyDoubleIterablepublic LazyDoubleIterable tap(DoubleProcedure procedure)
tap in interface DoubleIterabletap in interface LazyDoubleIterablepublic <V> LazyIterable<V> collect(DoubleToObjectFunction<? extends V> function)
collect in interface DoubleIterablecollect in interface LazyDoubleIterablepublic <V> LazyIterable<V> flatCollect(DoubleToObjectFunction<? extends Iterable<V>> function)
flatCollect in interface LazyDoubleIterablepublic LazyBooleanIterable collectBoolean(DoubleToBooleanFunction function)
collectBoolean in interface LazyDoubleIterablepublic LazyByteIterable collectByte(DoubleToByteFunction function)
collectByte in interface LazyDoubleIterablepublic LazyCharIterable collectChar(DoubleToCharFunction function)
collectChar in interface LazyDoubleIterablepublic LazyShortIterable collectShort(DoubleToShortFunction function)
collectShort in interface LazyDoubleIterablepublic LazyIntIterable collectInt(DoubleToIntFunction function)
collectInt in interface LazyDoubleIterablepublic LazyFloatIterable collectFloat(DoubleToFloatFunction function)
collectFloat in interface LazyDoubleIterablepublic LazyLongIterable collectLong(DoubleToLongFunction function)
collectLong in interface LazyDoubleIterablepublic LazyDoubleIterable collectDouble(DoubleToDoubleFunction function)
collectDouble in interface LazyDoubleIterablepublic double detectIfNone(DoublePredicate predicate, double ifNone)
detectIfNone in interface DoubleIterablepublic int count(DoublePredicate predicate)
count in interface DoubleIterablepublic boolean anySatisfy(DoublePredicate predicate)
anySatisfy in interface DoubleIterablepublic boolean allSatisfy(DoublePredicate predicate)
allSatisfy in interface DoubleIterablepublic boolean noneSatisfy(DoublePredicate predicate)
noneSatisfy in interface DoubleIterablepublic <T> T injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function)
injectInto in interface DoubleIterablepublic RichIterable<DoubleIterable> chunk(int size)
chunk in interface DoubleIterablepublic double[] toArray()
toArray in interface DoubleIterablepublic MutableDoubleList toList()
toList in interface DoubleIterablepublic MutableDoubleSet toSet()
toSet in interface DoubleIterablepublic MutableDoubleBag toBag()
toBag in interface DoubleIterablepublic double sum()
sum in interface DoubleIterablepublic double max()
max in interface DoubleIterablepublic double maxIfEmpty(double ifEmpty)
maxIfEmpty in interface DoubleIterablepublic double min()
min in interface DoubleIterablepublic double minIfEmpty(double ifEmpty)
minIfEmpty in interface DoubleIterablepublic double average()
average in interface DoubleIterablepublic double median()
median in interface DoubleIterablepublic double[] toSortedArray()
toSortedArray in interface DoubleIterablepublic MutableDoubleList toSortedList()
toSortedList in interface DoubleIterablepublic LazyDoubleIterable asLazy()
asLazy in interface DoubleIterableCopyright © 2004–2022. All rights reserved.