public class TSingleLongStreamImpl extends TSimpleLongStreamImpl
TLongStream.Builder
Constructor and Description |
---|
TSingleLongStreamImpl(long element) |
Modifier and Type | Method and Description |
---|---|
long |
count() |
protected int |
estimateSize() |
boolean |
next(LongPredicate consumer) |
allMatch, anyMatch, asDoubleStream, average, boxed, close, collect, distinct, 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, toArray, unordered
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
builder, concat, empty, generate, iterate, of, of, range, rangeClosed
public boolean next(LongPredicate consumer)
next
in class TSimpleLongStreamImpl
protected int estimateSize()
estimateSize
in class TSimpleLongStreamImpl
public long count()
count
in interface TLongStream
count
in class TSimpleLongStreamImpl
Copyright © 2019. All rights reserved.