Class AbstractLazyDoubleIterable
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.AbstractLazyDoubleIterable
-
- All Implemented Interfaces:
DoubleIterable,LazyDoubleIterable,PrimitiveIterable
- Direct Known Subclasses:
CollectBooleanToDoubleIterable,CollectByteToDoubleIterable,CollectCharToDoubleIterable,CollectDoubleIterable,CollectDoubleToDoubleIterable,CollectFloatToDoubleIterable,CollectIntToDoubleIterable,CollectLongToDoubleIterable,CollectShortToDoubleIterable,LazyDoubleIterableAdapter,ReverseDoubleIterable,SelectDoubleIterable,TapDoubleIterable
public abstract class AbstractLazyDoubleIterable extends Object implements LazyDoubleIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.- Since:
- 5.0
-
-
Constructor Summary
Constructors Constructor Description AbstractLazyDoubleIterable()
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.DoubleIterable
averageIfEmpty, 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, toSortedListBy
-
-
-
-
Method Detail
-
size
public int size()
- Specified by:
sizein interfacePrimitiveIterable
-
toString
public String 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
public String makeString()
- Specified by:
makeStringin interfacePrimitiveIterable
-
makeString
public String makeString(String separator)
- Specified by:
makeStringin interfacePrimitiveIterable
-
makeString
public String makeString(String start, String separator, String end)
- Specified by:
makeStringin interfacePrimitiveIterable
-
appendString
public void appendString(Appendable appendable)
- Specified by:
appendStringin interfacePrimitiveIterable
-
appendString
public void appendString(Appendable appendable, String separator)
- Specified by:
appendStringin interfacePrimitiveIterable
-
appendString
public void appendString(Appendable appendable, String start, String separator, String end)
- Specified by:
appendStringin interfacePrimitiveIterable
-
contains
public boolean contains(double value)
- Specified by:
containsin interfaceDoubleIterable
-
containsAll
public boolean containsAll(double... source)
- Specified by:
containsAllin interfaceDoubleIterable
-
containsAll
public boolean containsAll(DoubleIterable source)
- Specified by:
containsAllin interfaceDoubleIterable
-
select
public LazyDoubleIterable select(DoublePredicate predicate)
- Specified by:
selectin interfaceDoubleIterable- Specified by:
selectin interfaceLazyDoubleIterable
-
reject
public LazyDoubleIterable reject(DoublePredicate predicate)
- Specified by:
rejectin interfaceDoubleIterable- Specified by:
rejectin interfaceLazyDoubleIterable
-
tap
public LazyDoubleIterable tap(DoubleProcedure procedure)
- Specified by:
tapin interfaceDoubleIterable- Specified by:
tapin interfaceLazyDoubleIterable
-
collect
public <V> LazyIterable<V> collect(DoubleToObjectFunction<? extends V> function)
- Specified by:
collectin interfaceDoubleIterable- Specified by:
collectin interfaceLazyDoubleIterable
-
flatCollect
public <V> LazyIterable<V> flatCollect(DoubleToObjectFunction<? extends Iterable<V>> function)
- Specified by:
flatCollectin interfaceLazyDoubleIterable
-
collectBoolean
public LazyBooleanIterable collectBoolean(DoubleToBooleanFunction function)
- Specified by:
collectBooleanin interfaceLazyDoubleIterable- Since:
- 7.0
-
collectByte
public LazyByteIterable collectByte(DoubleToByteFunction function)
- Specified by:
collectBytein interfaceLazyDoubleIterable- Since:
- 7.0
-
collectChar
public LazyCharIterable collectChar(DoubleToCharFunction function)
- Specified by:
collectCharin interfaceLazyDoubleIterable- Since:
- 7.0
-
collectShort
public LazyShortIterable collectShort(DoubleToShortFunction function)
- Specified by:
collectShortin interfaceLazyDoubleIterable- Since:
- 7.0
-
collectInt
public LazyIntIterable collectInt(DoubleToIntFunction function)
- Specified by:
collectIntin interfaceLazyDoubleIterable- Since:
- 7.0
-
collectFloat
public LazyFloatIterable collectFloat(DoubleToFloatFunction function)
- Specified by:
collectFloatin interfaceLazyDoubleIterable- Since:
- 7.0
-
collectLong
public LazyLongIterable collectLong(DoubleToLongFunction function)
- Specified by:
collectLongin interfaceLazyDoubleIterable- Since:
- 7.0
-
collectDouble
public LazyDoubleIterable collectDouble(DoubleToDoubleFunction function)
- Specified by:
collectDoublein interfaceLazyDoubleIterable- Since:
- 7.0
-
detectIfNone
public double detectIfNone(DoublePredicate predicate, double ifNone)
- Specified by:
detectIfNonein interfaceDoubleIterable
-
count
public int count(DoublePredicate predicate)
- Specified by:
countin interfaceDoubleIterable
-
anySatisfy
public boolean anySatisfy(DoublePredicate predicate)
- Specified by:
anySatisfyin interfaceDoubleIterable
-
allSatisfy
public boolean allSatisfy(DoublePredicate predicate)
- Specified by:
allSatisfyin interfaceDoubleIterable
-
noneSatisfy
public boolean noneSatisfy(DoublePredicate predicate)
- Specified by:
noneSatisfyin interfaceDoubleIterable
-
injectInto
public <T> T injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)- Specified by:
injectIntoin interfaceDoubleIterable
-
chunk
public RichIterable<DoubleIterable> chunk(int size)
- Specified by:
chunkin interfaceDoubleIterable
-
toArray
public double[] toArray()
- Specified by:
toArrayin interfaceDoubleIterable
-
toList
public MutableDoubleList toList()
- Specified by:
toListin interfaceDoubleIterable
-
toSet
public MutableDoubleSet toSet()
- Specified by:
toSetin interfaceDoubleIterable
-
toBag
public MutableDoubleBag toBag()
- Specified by:
toBagin interfaceDoubleIterable
-
sum
public double sum()
- Specified by:
sumin interfaceDoubleIterable
-
max
public double max()
- Specified by:
maxin interfaceDoubleIterable
-
maxIfEmpty
public double maxIfEmpty(double ifEmpty)
- Specified by:
maxIfEmptyin interfaceDoubleIterable
-
min
public double min()
- Specified by:
minin interfaceDoubleIterable
-
minIfEmpty
public double minIfEmpty(double ifEmpty)
- Specified by:
minIfEmptyin interfaceDoubleIterable
-
average
public double average()
- Specified by:
averagein interfaceDoubleIterable
-
median
public double median()
- Specified by:
medianin interfaceDoubleIterable
-
toSortedArray
public double[] toSortedArray()
- Specified by:
toSortedArrayin interfaceDoubleIterable
-
toSortedList
public MutableDoubleList toSortedList()
- Specified by:
toSortedListin interfaceDoubleIterable
-
asLazy
public LazyDoubleIterable asLazy()
- Specified by:
asLazyin interfaceDoubleIterable
-
-