On 03/06/2013 17:03, Paul Sandoz wrote:
Hi,

The following patch renames the methods 
IntStream.longs/doubles/LongStream.doubles, as decided by the JSR-335 EG which 
agreed the new names better convey transformation to another type of primitive 
stream:

   http://cr.openjdk.java.net/~psandoz/tl/JDK-8015798-asXxxStream/webrev/

   IntStream.longs ->  asLongStream
   IntStream.doubles ->  asDoubleStream
   LongStream.doubles ->  asDoubleStream

Paul.
Looks good to me.

-Alan

Reply via email to