public class TArrayStreamImpl<T> extends TSimpleStreamImpl<T>
TStream.Builder<T>
Constructor and Description |
---|
TArrayStreamImpl(T[] array,
int start,
int end) |
Modifier and Type | Method and Description |
---|---|
long |
count() |
protected int |
estimateSize() |
boolean |
next(Predicate<? super T> consumer) |
allMatch, anyMatch, close, collect, collect, distinct, filter, findAny, findFirst, flatMap, flatMapToDouble, flatMapToInt, flatMapToLong, forEach, forEachOrdered, isParallel, iterator, limit, map, mapToDouble, mapToInt, mapToLong, max, min, noneMatch, onClose, parallel, peek, reduce, reduce, reduce, sequential, skip, sorted, sorted, spliterator, toArray, toArray, unordered
public TArrayStreamImpl(T[] array, int start, int end)
public boolean next(Predicate<? super T> consumer)
next
in class TSimpleStreamImpl<T>
protected int estimateSize()
estimateSize
in class TSimpleStreamImpl<T>
Copyright © 2019. All rights reserved.