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

/openjdk9/jdk/src/java.base/share/classes/java/util/stream/
H A DPipelineHelper.java176 abstract Node.Builder<P_OUT> makeNodeBuilder(long exactSizeIfKnown, argument
H A DAbstractPipeline.java629 abstract Node.Builder<E_OUT> makeNodeBuilder(long exactSizeIfKnown, argument
H A DDoublePipeline.java166 final Node.Builder<Double> makeNodeBuilder(long exactSizeIfKnown, IntFunction<Double[]> generator) { argument
H A DIntPipeline.java168 final Node.Builder<Integer> makeNodeBuilder(long exactSizeIfKnown, argument
H A DLongPipeline.java166 final Node.Builder<Long> makeNodeBuilder(long exactSizeIfKnown, IntFunction<Long[]> generator) { argument
H A DReferencePipeline.java132 final Node.Builder<P_OUT> makeNodeBuilder(long exactSizeIfKnown, IntFunction<P_OUT[]> generator) { argument
H A DNodes.java174 static <T> Node.Builder<T> builder(long exactSizeIfKnown, IntFunction<T[]> generator) { argument
212 static Node.Builder.OfInt intBuilder(long exactSizeIfKnown) { argument
249 longBuilder(long exactSizeIfKnown) argument
286 doubleBuilder(long exactSizeIfKnown) argument
[all...]

Completed in 104 milliseconds