RFR: JDK-8161230 ClassLoader: add resource methods returning java.util.stream.Stream
Tagir Valeev
amaembo at gmail.com
Fri Sep 2 04:56:27 UTC 2016
Hello!
The documentation says:
+ * <p> The search order is described in the documentation for
{@link+ * #getResource(String)}.
I think it means that the order of the stream is well-defined. In this case
should not we add ORDERED spliterator characteristic?
With best regards,
Tagir Valeev.
On Fri, Sep 2, 2016 at 3:06 AM, Patrick Reinhart <patrick at reini.net> wrote:
> Hi Alan,
> Hi Paul,
>
> Here is the first revision of the implementation based on our earlier
> conversation.
>
> http://cr.openjdk.java.net/~reinhapa/reviews/8161230/webrev.00 <
> http://cr.openjdk.java.net/~reinhapa/reviews/8161230/webrev.00>
>
> - Patrick
>
More information about the core-libs-dev
mailing list