Class TArrayDoubleStreamImpl
java.lang.Object
org.teavm.classlib.java.util.stream.doubleimpl.TSimpleDoubleStreamImpl
org.teavm.classlib.java.util.stream.doubleimpl.TArrayDoubleStreamImpl
- All Implemented Interfaces:
AutoCloseable
,TBaseStream<Double,TDoubleStream>
,TDoubleStream
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.teavm.classlib.java.util.stream.TDoubleStream
TDoubleStream.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
count()
protected int
boolean
next(DoublePredicate consumer)
Methods inherited from class org.teavm.classlib.java.util.stream.doubleimpl.TSimpleDoubleStreamImpl
allMatch, anyMatch, average, boxed, close, collect, distinct, filter, findAny, findFirst, flatMap, forEach, forEachOrdered, isParallel, iterator, limit, map, mapToInt, mapToLong, mapToObj, max, min, noneMatch, onClose, parallel, peek, reduce, reduce, sequential, skip, sorted, spliterator, sum, toArray, unordered
-
Constructor Details
-
TArrayDoubleStreamImpl
public TArrayDoubleStreamImpl(double[] array, int start, int end)
-
-
Method Details
-
next
- Specified by:
next
in classTSimpleDoubleStreamImpl
-
estimateSize
protected int estimateSize()- Overrides:
estimateSize
in classTSimpleDoubleStreamImpl
-
count
public long count()- Specified by:
count
in interfaceTDoubleStream
- Overrides:
count
in classTSimpleDoubleStreamImpl
-