Searched defs:IntStream (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
H A DIntStream.java54 * {@link Stream} and {@link IntStream}, computing the sum of the weights of the
73 public interface IntStream extends BaseStream<Integer, IntStream> { interface in inherits:BaseStream
88 IntStream filter(IntPredicate predicate);
102 IntStream map(IntUnaryOperator mapper);
161 * {@code IntStream} of new values
165 IntStream flatMap(IntFunction<? extends IntStream> mapper);
175 IntStream distinct();
186 IntStream sorte
[all...]

Completed in 66 milliseconds