Class TArrayLongStreamImpl
java.lang.Object
org.teavm.classlib.java.util.stream.longimpl.TSimpleLongStreamImpl
org.teavm.classlib.java.util.stream.longimpl.TArrayLongStreamImpl
- All Implemented Interfaces:
AutoCloseable,TBaseStream<Long,,TLongStream> TLongStream
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.teavm.classlib.java.util.stream.TLongStream
TLongStream.Builder, TLongStream.LongMapMultiConsumer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongcount()protected intbooleannext(LongPredicate consumer) Methods inherited from class org.teavm.classlib.java.util.stream.longimpl.TSimpleLongStreamImpl
allMatch, anyMatch, asDoubleStream, average, boxed, close, collect, distinct, dropWhile, filter, findAny, findFirst, flatMap, forEach, forEachOrdered, isParallel, iterator, limit, map, mapToDouble, mapToInt, mapToObj, max, min, noneMatch, onClose, parallel, peek, reduce, reduce, sequential, skip, sorted, spliterator, sum, summaryStatistics, takeWhile, toArray, unorderedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teavm.classlib.java.util.stream.TLongStream
mapMulti
-
Constructor Details
-
TArrayLongStreamImpl
public TArrayLongStreamImpl(long[] array, int start, int end)
-
-
Method Details
-
next
- Specified by:
nextin classTSimpleLongStreamImpl
-
estimateSize
protected int estimateSize()- Overrides:
estimateSizein classTSimpleLongStreamImpl
-
count
public long count()- Specified by:
countin interfaceTLongStream- Overrides:
countin classTSimpleLongStreamImpl
-