RFR JDK-8011426: java.util collection Spliterator implementations (original) (raw)

Mike Duigou mike.duigou at oracle.com
Thu Apr 18 21:52:10 PDT 2013


I reversed this change :

-final Collection<? extends E> c;

in Collections.UnmodifiableCollection instead opting or casts in the forEach and spliterator Methods.

LinkedHashMap::

PriorityQueue::

Mike

On Apr 10 2013, at 06:50 , Paul Sandoz wrote:

Hi,

Following up from JDK-8010096 [1] here is a webrev for spliterator implementations of collection classes in java.util: http://cr.openjdk.java.net/~psandoz/lambda/spliterator/jdk-8011426/webrev/ This is dependent on [1]. -- Note that for some reason the webrev script creates the jdk changeset file for my complete hg patch queue and not from the revision i specify. Anyone know how to change that? Paul.

[1] http://cr.openjdk.java.net/~psandoz/lambda/spliterator/jdk-8010096/webrev/



More information about the lambda-dev mailing list